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?