Nineya
Home
Blog
软著申请
Redis [exception]: Executing test client: Bad protocol, as reply type byte.
2025-01-16 20:37:05
8489
With 2.4.7 happens every time when running 'make test'.Linux 3.0.0-12-virtual #20-Ubuntu SMP Fri Oct 7 18:19:02 UTC 2011...
Redis Option to set Redis not accessible by outside clients
2025-01-16 20:37:02
1106
There have been a few times I've wanted redis to be running but not accessible by outside clients until something is rea...
Redis Cluster bus delay broadcast new replica address until replica is in sync with primary
2025-01-16 20:36:59
2865
The problem/use-case that the feature addressesWhen a new node join cluster bus, and become replica of a primary, cluste...
Redis redis-cli should return non-zero exit code on failure
2025-01-16 20:36:56
902
redis-cli should imho return non-zero exit code, in case of unknown command or bad syntax.# redis-cli EXIST foo; echo $?...
Redis [QUESTION] how to set sentinel-user acl in file for Redis v6.0
2025-01-16 20:36:53
4150
HelloI want to set the acls of the sentinel-user and replication-user via the acl filesThe documentation on https://red...
Redis [CRASH] test
2025-01-16 20:36:48
300
Crash reportPaste the complete crash log between the quotes below. Please include a few lines from the log preceding the...
Redis PFADDEX
2025-01-16 20:36:44
3211
Hey,First off, the HyperLogLog commands are a truly brilliant edition!I was wondering what your thoughts were on the add...
Redis A perfect implementation of a hashtable with a very large number of keys
2025-01-16 20:36:40
35288
I would be honored if you would take five minutes to read through my solution for expanding a hashtable with a large num...
Redis Client TLS session reuse causes a server error and the connection to fail
2025-01-16 20:36:01
2002
What do I see?If I use a TLS client connection that attempts to reuse a previous session, the connection fails and an er...
Redis [BUG] Possible integer overflow in sds.c
2025-01-16 20:35:58
1387
In the function _sdsMakeRoomFor(sds s, size_t addlen, int greedy), we have the following code that can lead to integer o...
Redis DECRBY -2**63 over 0 should report out of range error
2025-01-16 20:35:55
1357
redis 127.0.0.1:6379> set a 0OKredis 127.0.0.1:6379> decrby a -9223372036854775807(integer) 9223372036854775807redis 127...
Redis [NEW] Configurable / adaptive maximum number of args in queries
2025-01-16 20:35:52
4586
The problem/use-case that the feature addressesCurrently queries are limited to 1M arguments: https://github.com/redis/r...
Redis [QUESTION] How to maintain more workload and multiple query on one connection in Redis
2025-01-16 20:35:50
710
How to maintain more workload and multiple query on one connection in Redis Now we are using Jredis platfrom ,Current ...
Redis slave-serve-stale-data with wrong description in redis.conf
2025-01-16 20:35:47
361
description in redis.conf:source code in server.c:Comment From: oranagraseems like the documentation is wrong, and also ...
Redis [BUG] Unable to compile redis with a specific openssl version(1.1.1l) in Linux
2025-01-16 20:35:40
2460
Describe the bugUnable to compile redis with a specific openssl version(1.1.1l) in Linux To reproducedocker run -it ubu...
Redis [REPORT]CentOS 7.9 redis 6.2.5 make test faild
2025-01-16 20:35:37
3478
Testing integration/replication-2[ok]: ZDIFF fuzzing - skiplist[ok]: Basic ZPOP with a single key - skiplist[ok]: ZPOP w...
Redis [BUG] unpack issue with sunion in EVAL
2025-01-16 20:35:35
1787
Describe the bugThe last argument in a redis.call('sunion' makes it ignore one of the sets (or something)To reproduce# c...
Redis I/O error reading reply
2025-01-16 20:35:32
15851
i'm installing redis in ec2 i got this , please have look into this.[ok]: maxmemory - policy volatile-random should only...
Redis Redis 6.2.5 crashed by signal: 11, si_code: 128 in rdbSaveObjectType
2025-01-16 20:35:29
51896
Crash reportPaste the complete crash log between the quotes below. Please include a few lines from the log preceding the...
Redis Unexpected crash
2025-01-16 20:35:26
10106
=== REDIS BUG REPORT START: Cut & paste starting from here ===9215:M 30 Nov 2019 22:36:12.632 # Redis 999.999.999 cr...
上一页
下一页
1
…
825
826
827
828
829
…
2246
.