How to get ,update all keys and its values from redis database in c#?
问题 I am using servicestack C# driver for connecting redis database which runs in 6379. I want to retrieve(GET/READ) all keys and its values from redis database(which is actually cached). I have to update two keys and its values in redisdb, is it possible to make an update without using list or hashtypes? I want to know how to add numerous keys and values as well as update many at a time. 回答1: With respect to Redis you want multiple update, multiple get and multiple add. You can use these