Quantcast
Channel: Adding and retrieving Data sets to Redis using StackExchange.Redis - Stack Overflow
Browsing latest articles
Browse All 2 View Live

Answer by thepirat000 for Adding and retrieving Data sets to Redis using...

To set multiple values in a hash you can call the following HashSet method overload: ConnectionMultiplexer redis = ConnectionMultiplexer.Connect("localhost"); IDatabase db = redis.GetDatabase();...

View Article



Adding and retrieving Data sets to Redis using StackExchange.Redis

Am new to Redis. I am able to store and retrieve data to redis using this commands hmset user:user1 12 13 14 15 and also am to retrieve data by hgetall user:user1 i want to do the same using...

View Article
Browsing latest articles
Browse All 2 View Live




Latest Images