Nineya
Home
Blog
软著申请
Redis [CRASH] redisearch container is crashing time to time (redislabs/redisearch:2.2.7)
2025-01-16 20:54:40
18988
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
2025-01-16 20:54:38
8091
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.
2025-01-16 20:54:35
607
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
2025-01-16 20:54:32
1303
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
2025-01-16 20:54:29
5788
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?
2025-01-16 20:54:26
285
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?
2025-01-16 20:54:23
397
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
2025-01-16 20:54:20
1441
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
2025-01-16 20:54:18
2739
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
2025-01-16 20:54:15
1507
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?
2025-01-16 20:54:12
494
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]
2025-01-16 20:54:09
3863
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
2025-01-16 20:54:07
2800
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
2025-01-16 20:54:04
2129
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
2025-01-16 20:54:01
1771
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]
2025-01-16 20:53:58
3865
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.
2025-01-16 20:53:55
4325
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
2025-01-16 20:53:53
554
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
2025-01-16 20:53:50
1735
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
2025-01-16 20:53:48
1827
Both CLUSTER FAILOVER and CLUSTER FAILOVER FORCE could not complete successfully if master doesn't serve any slots.Slave...
上一页
下一页
1
…
811
812
813
814
815
…
2246
.