Closed
Description
Hi, I am using redisarray locally with 2 redis instances on 2 different ports and sometimes mGet will return false on a pair of keys even though I can retrieve them individually using get.
The redis client I am using is 2.2.4 and the redis server is 2.8.6.
Here is the pair of keys that will cause it to fail. "abc:1" and "abc:4".
To reproduce this, my redisarray is initialized to array("127.0.0.1:6379", "127.0.0.1:6380")
and I set both keys individually, and then calling mget with both keys.
Metadata
Metadata
Assignees
Labels
No labels