Redis can't publish a json encode result to channel in Lua script.

lua code:local jsonObj = {};for ele in eles dojsonObj[idx] = ele;end;redis.call('publish', channel, cjson.encode(jsonObj...

Redis which is all allkey? which resetkeys??

https://redis.io/topics/acl~: Add a pattern of keys that can be mentioned as part of commands. For instance ~ allows all...

Redis PSYNC2: total sum of full synchronizations is exactly 4 - fails on s390x

We (Alpine Linux) run make testas part of the packaging process. With v5.0.7 and v5.0.8 thefollowing test has failed:err...

Redis redis crash when close other normal connections after a timeout lua script if io threads do reads

65976:M 15 Mar 2020 22:05:11.079 # Lua slow script detected: still in execution after 5003 milliseconds. You can try kil...

Redis Branch unstable: make test failed

Hi, @antirez When I run make test after pull then latest commit, it failed.HEAD: f8fd6639e79f9fbd13b87a101135d4f141bfde6...

Redis 哨兵模式下主节宕机,重启后无法连接至新主节点。

由于被降级主节点配置文件中未配置主节点密码,导致无法连接上新主节点。哨兵应动态通知被降级主节点 新主节点的密码。Comment From: guodongxiarenplease speak english in international...

Redis ACL When is the value off?

off: Disable the user: it's no longer possible to authenticate with this user, however the already authenticated connect...

Redis how delete a user in Redis6 ACL

how delete a user in Redis6 ACLuse what command ?thank you much !Comment From: startjavaacl deluser xxxxlook acl.c find ...

Redis acl file must Create manually?

aclfile /home/ghy/T/Redis/myacl.aclredis start bottom error show :Aborting Redis startup because of ACL errors: Error lo...

Redis what is ACL log ??

127.0.0.1:6379> acl log (empty array)127.0.0.1:6379> how do can show log info ??thank you much!Comment From: start...

Redis https://redis.io/ is down...

https://redis.io/ is down... because redis is downComment From: jadanahDuplicate of #6978 Comment From: meoww-botup now,...

Redis backgroundRewriteDoneHandler logic error maybe?

In branch "else if (!bysignal && exitcode != 0)" in line 1789 of aof.c, it seems that bysignal can only be somet...

Redis Redis 5.0.7 & unstable crash on setting maxclients to a large value if MALLOC=libc

This bug appears to go away if you change MALLOC=libc to MALLOC=jemalloc.Reproduction script:(git clone -q https://githu...

Redis keyevent/keyspace notifications also send hashmap field

keyevent/keyspace notifications do not send field name of a hashmap (only hashmap key):127.0.0.1:6379> hset hash1 fie...

Redis What is contained in the new created aof file?

In aof model, If I change redis work directory to a new path, a new aof file will be created. I wonder what the new crea...

Redis signal-handler not terminating in response to SIGTERM

For reference: https://github.com/docker/for-linux/issues/397#issuecomment-596800987 I'm running redis:5.0-alpine and do...

Redis Redis server v=999.999.999 sha=4aa2ecd9:0 malloc=libc bits=64 build=2fc04aba3d7f21d4

14229:C 02 Feb 15:11:56.711 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo14229:C 02 Feb 15:11:56.712 # Redis version=9...

Redis [Raspberry Pi] 5.0.4 Build fail : undefined reference to __atomic_fetch_add_8'

On a Raspberry Pi 3 v1.2, and also on I think a Zero W v1.1, but probably all RPis running Raspbian 10 'Buster', the bui...

Redis NKEYS - returns number of keys matching regex

Like KEYS, but only returns count. Hopefully would be much faster than KEYS (and would certainly require less data tran...

Redis Installing via openshift through operatorhub fails

On a fresh basic installation through openshift 4.3 operator hub the deployment fails with the following error.Install f...
上一页 下一页
.