Quantcast
Channel: How can I get customized value from Redis cache? - Stack Overflow
Browsing all 2 articles
Browse latest View live

Answer by Vlad Cheremisin for How can I get customized value from Redis cache?

You can use hmget operation and specify fields what you need. Next example from official documentation: redis> HSET myhash field1 "Hello" (integer) 1 redis> HSET myhash field2 "World" (integer) 1...

View Article



How can I get customized value from Redis cache?

I am working on Redis with spring boot. And I am new in Redis. I am stuck in a problem where I need customized data from Redis cache. For example, the key is 1 and the object stored in Redis is {...

View Article
Browsing all 2 articles
Browse latest View live




Latest Images