adamzrk
adamzrk

Reputation: 1

Redis scan vs members - different results

I would like to retrieve all the keys of hashes having particular value, for example:

hashKey:field:value

When using members it returns all the keys I want, but when I use scan it only returns single key with the one particular value I am looking for. Is it on purpose? I need to have all the keys with given value and it needs to be non-blocking operation.

Upvotes: 0

Views: 54

Answers (0)

Related Questions