Redis [exception]: Executing test client: Bad protocol, as reply type byte.

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

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

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

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

HelloI want to set the acls of the sentinel-user and replication-user via the acl filesThe documentation on https://red...

Redis [CRASH] test

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

Redis PFADDEX

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

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

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

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

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

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

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

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

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

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

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

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

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

Redis Unexpected crash

=== REDIS BUG REPORT START: Cut & paste starting from here ===9215:M 30 Nov 2019 22:36:12.632 # Redis 999.999.999 cr...
上一页 下一页
.