Reputation: 5048
I need to store a list of values using a key in Redis.
Until now we used zadd()
with bulking of 1000 item per add
, the problem is takes time and performance.
Is there any other option which can provide better performance ?
Upvotes: 1
Views: 2133