Redis [CRASH] Can't replicate data from master to slave

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

Redis latest stable 3.0.1 on FreeBSD warnings

Can we have a clean build on FreeBSD 10 for Redis 3.0.x . See here:cd src && gmake allgmake[1]: Entering directo...

Redis Redis-cli with SSL - talk to AWS ElastiCache?

I tried using the Redis-cli to connect to aws. However, it appears that when specifying SSL you have to have certs. Th...

Redis redis-cli --cluster rebalance does not support binary key

I have a Redis cluster with 6 masters + 6 slaves. I use a Java client with Lettuce and SerializationUtils from Apache Co...

Redis rss_overhead_bytes is displayed as unsigned

When memory stats show rss-overhead.bytes < 0, info memory shows rss_overhead_bytes as an extremely large number. I e...

Redis Error: Protocol error, got ">" as reply type byte

root@ubuntu:~/redis# git branch * 6.0root@ubuntu:~/redis# ./src/redis-cli -h 127.0.0.1 -p 6379127.0.0.1:6379> HELLO 3...

Redis The latest linux binary distributions of redis-cli tools were not built with BUILD_TLS=yes enabled

Latest 6.0.9 version of the redis-cli tools were not built with BUILD_TLS=yes enabled, and hence the client tools cannot...

Redis [NEW] Add support for null byte separators in redis-cli "--scan" output to accomodate keys containing newlines

The problem/use-case that the feature addressesWhen using the "--scan" option, redis-cli uses a newline as the default s...

Redis [QUESTION] sentinel repeatedly changes master???

redis version: Redis server v=6.2.1 sha=00000000:0 malloc=jemalloc-5.1.0 bits=64 build=e7c5360d7cd8d0d9start server:mast...

Redis [BUG] redis 6.2.1 build failed on FreeBSD 11.4, both amd64 and i386

Hi,redis 6.2.1 build failed on FreeBSD 11.4, both amd64 and i386. The platform has no malloc.h, but stdlib.h instead.No...

Redis [CRASH]

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

Redis [NEW] Write to startup logs the bind IP

The problem/use-case that the feature addressesRedis is only writing the log/console today the Port and not the Bind IP....

Redis master wipe out dump.rdb ob startup when slave is connected for sync.

Hi there!Just now i tried restored my redis cluster from backup, but master server wiped out database every time at star...

Redis [QUESTION] 'keys' command returns deleted keys

I deploy a redis cluster with 3 nodes.I want to delete about 100000 keys, so I wrote a shell script and run it. After ex...

Redis [BUG] command line redis-cli --scan incorrectly returns binary keys

Describe the bugredis-cli --scan does not work correctly with binary keys:- binary data is not returned to terminal- sca...

Redis [BUG] Some of the RDB_TYPE_MODULE(_2) RDB loading error messages are incorrect

Describe the bugStarting from the line:} else if (rdbtype == RDB_TYPE_MODULE || rdbtype == RDB_TYPE_MODULE_2) {Most of t...

Redis [NEW] Update docs with script-based conditional transactions info

The problem/use-case that the feature addressesThe most frequently used/demanded pattern about transactions is:Check con...

Redis [BUG] Redis 6.2.0 does not build without jemalloc on musl

Describe the bugRedis 6.2.0 does not build without jemalloc on muslTo reproduceOn a musl based system (such as Alpine Li...

Redis [QUESTION] preloading redis eval scripts

I'd like to be able to package up some redis EVAL scripts within a redis instance to give to a client. For lazy purposes...

Redis Dump specially encoded types as binary blobs in AOF rewrites

Small aggregate values such as lists and sets use an internal representation that is already serialized and arch-indepen...
上一页 下一页
.