Closed MirkoC closed 8 years ago
I was confused on how to use Exredis.Api methods where I need multiple keys, for example sdiff(key). I didn't know, until I checked the source, that I can use key as a list. Maybe my examples will help someone in the future.
sdiff(key)
key
I was confused on how to use Exredis.Api methods where I need multiple keys, for example
sdiff(key)
. I didn't know, until I checked the source, that I can usekey
as a list. Maybe my examples will help someone in the future.