Skip to main content
0 votes
0 answers
281 views

I need to obtain a lettuce Redis client to perform xautoclaim. xautoclaim is not exposed in Spring Data Redis. I thought about obtaining client variable from LettuceConnectionFactory using reflection ...
pixel's user avatar
  • 26.8k
0 votes
1 answer
307 views

I remember using the pipeline function in node-redis to batch commands and execute them together. Is this function now deprecated? Has it been replaced with automatic pipelining within the client? ...
itsvinayak's user avatar
1 vote
0 answers
476 views

I have a set of applications connecting to a Keydb server. If i restart my services multiple times the keydb server becomes unresponsive. It stops accepting further connections, but keydb will still ...
Vinay's user avatar
  • 69
1 vote
2 answers
165 views

I am using Redis Cloud console for database , I did not download Redis Client on my system as I was just trying to use it for the first time for some personal project , I am trying to connect to it , ...
chaosss's user avatar
  • 11
0 votes
2 answers
1k views

This is the data [ { "senderID": "64d9c926c17fd183a93d5e35", "receiverID": "64d9c92dc17fd183a93d5e39", "timestamp": "2023-08-14T07:39:45.946Z&...
Bruce Armstrong's user avatar
0 votes
2 answers
2k views

I'm trying the connect to a redis cluster with the below code. import redis ssl_ca_certs='<path_to_ca_certfile>' r = redis.RedisCluster( host='<RedisHOST>', port=6379, ssl=True, ...
user51's user avatar
  • 10.6k
2 votes
0 answers
197 views

I am using ConnectionPoolConfig + UnifiedJedis + Transaction. I am new for the redis using redis.clients 4.4.0-rc1, i have two questions 1 - can i use ConnectionPoolConfig in this way? 2 - Whats is ...
Dattatray Satpute's user avatar
2 votes
1 answer
2k views

need some recommendations. I have the redis servers deployed in K8s and they are without the password/authentication. I need to work on adding the passwords to the redis servers and at the same time ...
Batman 21's user avatar
0 votes
0 answers
142 views

Hi we are using RedisClient to access/update data in Redis from our microservices. What i would like to do is add a decorator around RedisClient calls to add additional information around this call. ...
sg2000's user avatar
  • 325
0 votes
2 answers
802 views

I'm testing Redis client-side caching using redis-cli. Redis server version: 7.0.11 redis-cli version: 7.0.11 redis-cli 1 I started with the monitor command: redis-cli monitor In redis-cli 2 I run ...
Zacarias Eugênio's user avatar
0 votes
1 answer
778 views

Can we configure two different host for read and write operations in latest redis client version 4.6.5. I was tried to configure the different redis server host read and write inside the createClient ...
Prem's user avatar
  • 31
0 votes
0 answers
483 views

I am using resque gem - (1.27.4) I upgraded my redis-rb gem to 5.0.6 from 3.3.5. In my rails application, I initialize the Resque's redis instance as follows: Resque.redis = Redis.new(creds) Now I ...
HarshM's user avatar
  • 39
0 votes
2 answers
837 views

redis.exceptions.ResponseError: OOM command not allowed when used memory > 'maxmemory'. Im getting above error and I tried setting up through redis-cli, the maxmemory config is not available. It ...
Shashikumar KL's user avatar
5 votes
3 answers
7k views

I am using Sidekiq on an app hosted on Heroku. I have been using the redis gem. Now I am trying to upgrade to sidekiq 7 which uses redis-client instead of redis. And when doing so I get this error: ...
THR's user avatar
  • 51
0 votes
0 answers
331 views

I have tried using this from both python 3.6 and 3.9 but get the same error: pip install serialized-redis-interface Collecting serialized-redis-interface Using cached serialized_redis_interface-0.3....
Ivan's user avatar
  • 7,834

15 30 50 per page
1
2 3 4 5