All Questions
4 questions
0
votes
0
answers
36
views
Redis Enterprise Cluster Mode - Pagination Error "StackExchange.Redis.RedisServerException: 'Could not send query to cluster'" and Ops/Sec Discrepancy
I have set up three Redis Enterprise Docker Containers in Clustered Mode. Currently, I’m trying to check the performance of Redis Enterprise in cluster mode after pushing 5 million records. I'm facing ...
1
vote
2
answers
339
views
How do microservices know Redis keys to access data in Redis
I have been searching a lot concerning how microservices access Redis data but no luck finding good tutorials. Here is my use case.
A user logs into the authentication microservice A (spring boot) for ...
1
vote
0
answers
326
views
Redis Bulk Fetch of 5-10 MB From HMSET
Use Case: our data structure is like below:
tp1 "i1" : {object hash}, "i2" : {object hash}
tp2 "i3" : {object hash}, "i4" : {object hash}
tp1 and tp2 are hmset ...
0
votes
0
answers
772
views
Redis service automatically stops after few minutes of running
On my Ubuntu machine, redis server was running fine and suddenly it stops. After I started it, again it automatically stops after few minutes. So I start again, and so on. Why is this happening?
Here ...