I'm trying to implement some bitwise operation on keys in redis. I have to store let's say key value 12:CA foo 12:US bar 42:CA tag
And I'm trying to be able to query all with CA or all with 12 Is this even possible ?
Thanks
I'm trying to implement some bitwise operation on keys in redis. I have to store let's say key value 12:CA foo 12:US bar 42:CA tag
And I'm trying to be able to query all with CA or all with 12 Is this even possible ?
Thanks