Redis Redis Cluster - Orphaned Keys

Recently we migrated some hash slots to other nodes.During the migration there was an error. What ended up happening is ...

Redis Failover triggers Bg save even save is set to empty ""

We saw an issue in which we have bg-save disabled with save = "". This is a cluster setup 6 master 6 slaves. Now when we...

Redis Bug report from Redis ML about client side caching

Putting this years to make sure to investigate the issue reported.From the ML (and thanks to Ben Malec for the message):...

Redis Consumer group forgets "last-delivered-id" after restart when using AOF

Hi all,I noticed some odd behaviour with consumer groups when using AOF for persistence. This issue is non-existent when...

Redis Need help : use latency-history command and awk

my purpose:use redis-cli latency-history command, if find max value >=100 , save this record with the time to a file...

Redis when get the value based on the same key, sometimes value is null

Comment From: itamarhaberHello @youpickone Please add information to this issue or close it - currently, it isn't possib...

Redis Time complexity of ZPOPMIN

According to https://redis.io/commands/zpopmin, the time complexity of ZPOPMIN is O(log(N)*M).However, given the followi...

Redis redis replica cluster mode enable

In Redis (Cluster Mode Enabled) we use Configuration Endpoint for both read and write operations.so how redis determines...

Redis Current version of Redis (5.0.8) is missing SHA-1 hash

The current version of Redis, 5.0.8 doesn't have an SHA-1 hash on this page: https://github.com/antirez/redis-hashesAnd...

Redis What the sence of build-id of redis?

The build id of other opensource software generally only including machine code and time stamp, but git infomation added...

Redis AuthenticationFailure

AuthenticationFailure on 127.0.0.1:7000/Subscription, origin: SetResult, input-buffer: 102, outstanding: 1, last-read: 0...

Redis The problem of __quicklistCompress()

REDIS_STATIC void __quicklistCompress(const quicklist *quicklist, quicklistNode *no...

Redis Fail to debug on clion in mac

the error is:[ 53%] Linking C executable src/redis-cliUndefined symbols for architecture x86_64: "_crc16", referenced f...

Redis Redis Sentinel took too long to vote-for-leader

Hi, we have many redis sentinel. And usually when master node goes down the failover automatically happens really fast.B...

Redis Check pointer position not right

issue from: code reviewhttps://github.com/antirez/redis/blob/503a5a24fb6cf3bd95590a53d14fce82086be52c/src/sds.c#L104Why ...

Redis RESP3: Invalid HELLO response with Sentinel

Sending HELLO 3 to Redis sentinel results in an invalid response. The Sentinel HELLO response contains a lingering stand...

Redis connSocketSetWriteHandler can't set CONN_FLAG_WRITE_BARRIER

https://github.com/antirez/redis/blob/3519a5a026be50022fb4e103ddc602ffd59daf42/src/connection.c#L217Issue from code revi...

Redis Can not delete a key

Hi,I'm using redis 4.0.9.I created a key named footer_signature@response , this is a hash.I want to delete this key, use...

Redis AOF writing though suppress AOF propagation via RedisModule_Replicate

set "appendonly yes"invokes RedisModule_Replicate function with format "v!A" which is expected nothing to be written to ...

Redis ACLs granting access to key patterns with spaces

ACL SETUSER allows granting access to key patterns with spaces. For example:acl setuser user1 "~foo bar:*" on ...
上一页 下一页
.