Groups
Conversations
All groups and messages
Send feedback to Google
Help
Sign in
Groups
Redis DB
Conversations
About
Redis DB
1–30 of 7972
Hello, this group is about Redis issues and help requests. Feel free to ask questions about operations, schema design, bugs you found. To propose new features or core improvements please use redis-dev instead. Commercial messages are removed.
Mark all as read
Report abusive group
0 selected
re...@redis.io
Jun 12
[RELEASE] Redis 7.0.2 is out!
Hello all, We've just released Redis 7.0.2 - following are the release notes. Upgrade urgency:
unread,
[RELEASE] Redis 7.0.2 is out!
Hello all, We've just released Redis 7.0.2 - following are the release notes. Upgrade urgency:
Jun 12
Jan Kohlhof
, …
shenxiu zhong
9
Jun 10
SETNX should have functionality to clear the key on disconnect
It's useful for distrute lock 在2012年11月22日星期四 UTC+8 21:02:51<vlad.alexan...@gmail.com> 写道:
unread,
SETNX should have functionality to clear the key on disconnect
It's useful for distrute lock 在2012年11月22日星期四 UTC+8 21:02:51<vlad.alexan...@gmail.com> 写道:
Jun 10
Nirmal Patel
Jun 10
VM Failure Recovery
Hi, Assuming redis in cluster mode without sentinels and 1 slave per master. Node failure = compute
unread,
VM Failure Recovery
Hi, Assuming redis in cluster mode without sentinels and 1 slave per master. Node failure = compute
Jun 10
Dmitry Sivachenko
,
Chayim Kirshen
2
Jun 8
python's dbsize() returns keys count for one shard only
Mind sharing how you connected to the cluster? Was it via redis.Redis, redis.cluster.RedisCluster.
unread,
python's dbsize() returns keys count for one shard only
Mind sharing how you connected to the cluster? Was it via redis.Redis, redis.cluster.RedisCluster.
Jun 8
re...@redis.io
Jun 8
[RELEASE] Redis 7.0.1 is out!
Hi everyone, Redis 7.0.1 has just been released with MODERATE upgrade urgency - the full release
unread,
[RELEASE] Redis 7.0.1 is out!
Hi everyone, Redis 7.0.1 has just been released with MODERATE upgrade urgency - the full release
Jun 8
Yasuhiro Kimura
,
Itamar Haber
3
Jun 2
Has Redis 6.0 reached its EoL?
Thanks for reply. Then does it mean neither CVE-2022-24735 nor CVE-2022-24736 affect to 6.0? 2022年6月2
unread,
Has Redis 6.0 reached its EoL?
Thanks for reply. Then does it mean neither CVE-2022-24735 nor CVE-2022-24736 affect to 6.0? 2022年6月2
Jun 2
sewe...@gmail.com
May 24
Can Redis Module load meta data before loading DB?
Background: I'm developing a Redis Module, which create a new data structure, ie native type
unread,
Can Redis Module load meta data before loading DB?
Background: I'm developing a Redis Module, which create a new data structure, ie native type
May 24
Anshul Sharma
, …
Nitin Kumar Mangalam
5
May 24
Does all the Redis operations are atomic?
Sorry for reviving this thread. I have been trying to debug an issue and I wasn't able to find a
unread,
Does all the Redis operations are atomic?
Sorry for reviving this thread. I have been trying to debug an issue and I wasn't able to find a
May 24
Madhur Ahuja
May 21
3 nodes of our Redis Cluster were suddenly kicked out of cluster
Hi Team We recently had a production issue where 3 nodes (master) were kicked out of cluster suddenly
unread,
3 nodes of our Redis Cluster were suddenly kicked out of cluster
Hi Team We recently had a production issue where 3 nodes (master) were kicked out of cluster suddenly
May 21
lei zhang
,
Itamar Haber
2
May 12
Is there any plan to upgrade LUA in redis to 5.4?
Hi Leiz, Redis is "stuck" with Lua 5.1 because later versions are not backward-compatible.
unread,
Is there any plan to upgrade LUA in redis to 5.4?
Hi Leiz, Redis is "stuck" with Lua 5.1 because later versions are not backward-compatible.
May 12
devesh bajpai
,
al
2
May 12
Why Redis node(s) report as unreachable?
I had same problem. Check SELinux. A command like the one below may work(All host) > sudo
unread,
Why Redis node(s) report as unreachable?
I had same problem. Check SELinux. A command like the one below may work(All host) > sudo
May 12
Sumit Singh
May 12
Very high CPU usage in redis cluster
I am running a 12 node cluster (6 master, 6 nodes) I am not able to figure out what could be the
unread,
Very high CPU usage in redis cluster
I am running a 12 node cluster (6 master, 6 nodes) I am not able to figure out what could be the
May 12
re...@redis.io
,
lei zhang
2
May 12
[RELEASE] Redis 7.0 is out!
Lua 5.1 has security issues, latest redis 7.0 still use 5.1, do we have plan to upgrade lua module to
unread,
[RELEASE] Redis 7.0 is out!
Lua 5.1 has security issues, latest redis 7.0 still use 5.1, do we have plan to upgrade lua module to
May 12
Ajit Sanzgiri
,
Kunal Gangakhedkar
3
May 10
Querying Redis replication status
Thanks Kunal. Will check this out. Ajit On Tuesday, May 3, 2022 at 10:53:34 PM UTC-7 kganga...@gmail.
unread,
Querying Redis replication status
Thanks Kunal. Will check this out. Ajit On Tuesday, May 3, 2022 at 10:53:34 PM UTC-7 kganga...@gmail.
May 10
Katari Ramarao
,
sundb
2
May 9
Unable to install redis in red hat linux
gcc -std=c99 -pedantic -c -O3 -fPIC -Wall -W -Wstrict-prototypes -Wwrite-string s -g -ggdb net.c make
unread,
Unable to install redis in red hat linux
gcc -std=c99 -pedantic -c -O3 -fPIC -Wall -W -Wstrict-prototypes -Wwrite-string s -g -ggdb net.c make
May 9
Andrew Shvayka
,
sundb
2
May 9
[Feature Request] Allow DEL of non existing key to impact transaction state
Not sure if I understand you correctly. Is this the following case? Client 1: t1. GET key // cache
unread,
[Feature Request] Allow DEL of non existing key to impact transaction state
Not sure if I understand you correctly. Is this the following case? Client 1: t1. GET key // cache
May 9
Michael RAMBICHLER
May 2
Redis 6.2.7
Hi together, we are struggling with the current issue: This leads to a regular restart in our
unread,
Redis 6.2.7
Hi together, we are struggling with the current issue: This leads to a regular restart in our
May 2
Ali Rezvani
May 2
How can I restore or load backup rdb file in in-memory redis?
I have Redis instances in k8s with one master and 2 slave. I backup from rdb file that said for
unread,
How can I restore or load backup rdb file in in-memory redis?
I have Redis instances in k8s with one master and 2 slave. I backup from rdb file that said for
May 2
re...@redis.io
Apr 27
[SECURITY] Redis 6.2.7 is out
Hi all, We've just released Redis 6.2.7. This patch-level release addresses several issues,
unread,
[SECURITY] Redis 6.2.7 is out
Hi all, We've just released Redis 6.2.7. This patch-level release addresses several issues,
Apr 27
Navin Kaushik
, …
David Maier (Redis)
5
Apr 20
Redis in microservices environment
Hello, a third option would be to use not just a dedicated database, but actually a dedicated Redis
unread,
Redis in microservices environment
Hello, a third option would be to use not just a dedicated database, but actually a dedicated Redis
Apr 20
gkkum...@gmail.com
Apr 12
TLS replication without client authentication
I am having the standalone master and slave setup. The self-signed certificates are created
unread,
TLS replication without client authentication
I am having the standalone master and slave setup. The self-signed certificates are created
Apr 12
zhi yi
Apr 12
Redis Module API
When i use the RedisModule_CreateTimer , there is an error that it hasn' t been defined in the
unread,
Redis Module API
When i use the RedisModule_CreateTimer , there is an error that it hasn' t been defined in the
Apr 12
Marcelo Zimbres Silva
, …
Viktor Söderqvist
4
Apr 11
Update Redis website with RESP3
There was a headline stating that the page is outdatad and a link to a RESP3 page (https://github.com
unread,
Update Redis website with RESP3
There was a headline stating that the page is outdatad and a link to a RESP3 page (https://github.com
Apr 11
Paula Dallabetta
Apr 6
Join Redis for workshops focusing on Redis Stack OM libraries
Redis Stack includes our new suite of object mapping libraries for Spring Bloom, Node.js, ASP.Net
unread,
Join Redis for workshops focusing on Redis Stack OM libraries
Redis Stack includes our new suite of object mapping libraries for Spring Bloom, Node.js, ASP.Net
Apr 6
magsi arif hussain
, …
Reg Reg
3
Apr 5
Publish-Subscribe message
Hi, Cant, we use the Redis Streams as fire and forget scenarios? I want to drop the messages from the
unread,
Publish-Subscribe message
Hi, Cant, we use the Redis Streams as fire and forget scenarios? I want to drop the messages from the
Apr 5
re...@redis.io
Apr 5
[RELEASE] Redis 7.0-RC3 is out
Ciao everyone, We've just released Redis 7.0's 3rd release candidate - here are the notes:
unread,
[RELEASE] Redis 7.0-RC3 is out
Ciao everyone, We've just released Redis 7.0's 3rd release candidate - here are the notes:
Apr 5
karthi djax
Apr 1
ClickHouse date format
Am having a DateTime column with value as 2022-03-28 09:15:00, would like to get get result from
unread,
ClickHouse date format
Am having a DateTime column with value as 2022-03-28 09:15:00, would like to get get result from
Apr 1
feiyu...@etix.com
, …
Itamar Haber
5
Mar 27
Is the rule must be obeyed?
Thank you Itamar! Do you know why the language include "standalone"? > Important: to
unread,
Is the rule must be obeyed?
Thank you Itamar! Do you know why the language include "standalone"? > Important: to
Mar 27
Victor Efimov
,
Itamar Haber
3
Mar 25
Seems redis.io blocked for Russia
Hi Victor, Thanks for letting us know. A misconfigured firewall had blocked access to the new website
unread,
Seems redis.io blocked for Russia
Hi Victor, Thanks for letting us know. A misconfigured firewall had blocked access to the new website
Mar 25
HgRi Yang
,
Itamar Haber
2
Mar 25
any way download the old redis commands doc?
Hello Yang! All the docs, including their history are at https://github.com/redis/redis-doc. May I
unread,
any way download the old redis commands doc?
Hello Yang! All the docs, including their history are at https://github.com/redis/redis-doc. May I
Mar 25