Redis [CRASH] redisearch container is crashing time to time (redislabs/redisearch:2.2.7)

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

Redis Sort out the mess of modules, channels, keyspecs, and ACLs

This is an issue that was discovered while implementing ACL V2. The end result of this will be we can declare channels f...

Redis [BUG] Floating point Rounding error when running on Mac M1.

Describe the bug bin (stable) redis-cli127.0.0.1:6379> set foo 123.23OK127.0.0.1:6379> incrbyfloat foo 1.2"12...

Redis *** FATAL CONFIG FILE ERROR (Redis 6.2.6) *** Reading the configuration file, at line 614 >>> 'repl-diskless-sync-max-replicas 0' Bad directive or wrong number of arguments

If launching Redis using the sample provided redis.conf one receives the following error message:*** FATAL CONFIG FILE E...

Redis [NEW] Allow unix socket connections to bypass AUTH

The problem/use-case that the feature addressesCurrently if you require auth via a requirepass ... conf entry, then both...

Redis Why doesn't Redis have zrangestore/zrangestorebyscore?

Comment From: yura3d+1Comment From: kgcromIMHOSortedset has O(log(N)+M) time to get data.If N isn't large data or data c...

Redis How can I get all keys based on specific type in redis?

HiI know the KEYS command, but that only returns all keys in this database.Is there a command or method for getting all...

Redis Feature request: Blocking zRangeByScore to implement long-polling for scalable SQS-like queue system

Is there any possibility to make the zRangeByScore blocking?I've implemented the AWS SQS-like queue equivalent with: zRa...

Redis backing up multi-prart-aof

The problemIn Redis 7 we introduced multi-part AOFs (#9788) based on a manifest file that indicates which files are part...

Redis [NEW] Redis Semi-synchronous Replication like MySQL

Redis master-slave synchronous architecture can ensure the high availability of data, which is a kind of asynchronous re...

Redis Consider using sds for clusterNode.hostname?

Any particular reason to not use sds for hostname? It would've eliminated the strlen calls when computing the message si...

Redis Sentinel -> Asynchronous AOF fsync is taking too long -> sdown [QUESTION]

Hi,I'm running 3 Redis servers with Sentinel support (3 distinct Vps with SSD Hard disks and 64Gb Ram - Ubuntu 20.04)and...

Redis Memory Leak Test Failure

I haven't been able to replicate this again, a subsequent re-test passed.!!! WARNING The following tests failed:*** [err...

Redis redis 6.2.6 configure with openssl 3.0.1

when do this stepmake PREFIX=/usr USE_SYSTEMD=yes MALLOC=jemalloc V=1 BUILD_TLS=yes install/opt/rh/devtoolset-9/root/usr...

Redis [NEW] A expire callback function for Redis Modules API

The problem/use-case that the feature addressesWhile I use a module to do something with a fake slave, it's not so easy ...

Redis [CRASH]

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

Redis Redis slaves, while not allowed to expire keys without master input, should reply to clients consistently with the key expire information.

Facts:- Redis slaves don't expire keys actively, since the wait for a DEL form the master.- Expiration was centralized i...

Redis [BUG] afterErrorReply() is not thread safe

In case of modules, ThreadSafeContexts can use RM_ReplyWith* family functions from threads. If RM_ReplyWithError() is ca...

Redis [BUG] 'Nodes don't agree about configuration!' on resharding

Describe the bugWe are resharding a Redis cluster following the instructions here: https://redis.io/commands/cluster-set...

Redis CLUSTER FAILOVER fails if master dosn't contain any slots

Both CLUSTER FAILOVER and CLUSTER FAILOVER FORCE could not complete successfully if master doesn't serve any slots.Slave...
上一页 下一页
.