Skip to main content
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 , ...
3 votes
1 answer
4k views

I have a AWS elasticache(cluster mode disabled) with encryption at rest & encryption-in-transit enabled and trying to use redis-cli to connect from windows server (within same vpc). Trying to ...
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? ...
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 ...
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 ...
7 votes
4 answers
23k views

I am using Redis hash set to store data in the following format: hset b1.b2.b3 name test Now I want to delete this key so I am using the following format: del b1.b2.* But it not working so how I ...
1 vote
2 answers
1k views

I am exploring Redis 5.0 cluster with C++. I have already seen different options listed on Redis official site, but none of the C++ clients are marked recommended there. I tried C client "hiredis-vip",...
0 votes
2 answers
1k views

This is the data [ { "senderID": "64d9c926c17fd183a93d5e35", "receiverID": "64d9c92dc17fd183a93d5e39", "timestamp": "2023-08-14T07:39:45.946Z&...
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, ...
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 ...
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 ...
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. ...
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 ...
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: ...
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 ...

15 30 50 per page
1
2 3 4 5