First of all, if you have two modules both using the same Redis DB, you should make them use different DB numbers.

And then, since Redis is key-value only and doesn't have a DB schema, you need to specify the schema for each DB you want to use through the keys modparam to db_redis. Have you done this?


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.