Redis API for aborting BGSAVE

The problem/use-case that the feature addressesIn RedisGraph we use virtual keys solution for replication of large keysI...

Redis Add QUIT to command table, remove HOST: and POST

Some people complain that QUIT is missing from help / command table, and instead there's a hack in processCommand with a...

Redis Redis Sentinel doesn't add resurrected master back into node cluster unless one of the sentinel is restarted externally in Redisson setup

Describe the bugRedis Sentinel unable to place resurrected master as slave in the master-slave setup once previous/forme...

Redis [BUG] The problem of using strcmp to compare localhost ip

Describe the bugIn Jedis's local regression test, the ip address was specified as 127.0.0.1, but because Redis was start...

Redis [BUG] Sentinel Config rewrite comment not ordered

Describe the bugOn Sentinel config rewrite, rewritten lines appear below "# Generated by CONFIG REWRITE" line. However t...

Redis [BUG] meet pfcount always return 1

Describe the bugpfcount always return 1To reproducepfadd hll 1 2 3 4 5 6 7 8 9pfcount hllExpected behaviormaybe it shoul...

Redis [BUG] A memory leak in the example module "hello cluster"

Describe the bugIn the call back function PingReceiver, the returned RedisModuleCallReply object will not be free'd and ...

Redis [BUG] Redis-server service keeps crashing and restarting each 1-2 seconds

Redis-server keeps crashing and restarting each 1-2 seconds=== REDIS BUG REPORT START: Cut & paste starting from her...

Redis [CHANGE] STRALGO LCS doesn't make sense

Given that STRALGO LCS can access keys or not, it makes no sense in terms of... well, everything, but we can focus the d...

Redis Support auto-rebalance feature in Redis Cluster

Currently, Redis Cluster can implements auto-failover which helps us a lot. i think it can also provide such a feature :...

Redis Redis 5.0.4 failing maxmemory test on Alpine Linux edge (musl libc)

*** [err]: slave buffer are counted correctly in tests/unit/maxmemory.tclExpected condition '$delta < 50*1024 &&a...

Redis Improve Cluster Failover so that the primary unpauses as soon as the replica takes over

Discussed in https://github.com/redis/redis/discussions/9616Originally posted by **PingXie** October 7, 2021Hi,This is ...

Redis [QUESTION]bitfield get cannot execute on slave node?

Redis version: 5.0.9Cluster info: 3 nodes with sentinel. one master, two salve.on slave:on master:Comment From: oranagra...

Redis Expire command on the keys create by a c module doesnt seem to be working

Please keep in mind that this issue tracker should be used for reporting bugs or proposing improvements to the Redis ser...

Redis [CRASH] make test crashed when trying to install redis-6.2.6

Crash reportPaste the complete crash log between the quotes below. Please include a few lines from the log preceding the...

Redis [BUG] no failover with aclfile and different sentinel users/passwords

Describe the bugAll sentinels show "status=sdown" after taking down the master - but no failover appears.To reproduce3 s...

Redis [BUG] LINDEX method has invalid signature

Describe the bugLINDEX method has invalid signature, (key: string, element: string): Array<string> instead of (ke...

Redis [suggest]zpop or zpopbyscore

zpopbyscore( key, score_start, score_end, count ){ data = zrangebyscore key score_start score_end count; for( val : da...

Redis [BUG] client flags type with call() function, version >= 6.0

Describe the bugwe define CLIENT_CLOSE_AFTER_COMMAND (1ULL<<40)but in call() function,we use int :void call(client...

Redis [NEW] Allow keeping only relevant slots to node, from DEBUG RELOAD NOSAVE from standalone generated RDB on a cluster environment. Currently we retain orphaned keys

Related issue: #7153The problem/use-case that the feature addressesGiven an RDB produced at a standalone instance, if we...
上一页 下一页
.