Quantcast
Channel: Spring Community Forums - Data
Viewing all articles
Browse latest Browse all 297

Creating native list structure in redis

$
0
0
I'm trying to create a native list structure on top of redis for a given user (there are multiple users). The list will hold about 20 bytes of data in each element and should use the redis R PUSH X command. I am new to the concept of redis therefore I'm looking for a simple example on how I would do this using Spring Data - Redis. Thanks in advance

Viewing all articles
Browse latest Browse all 297

Trending Articles