Nineya
Home
Blog
软著申请
Redis [CRASH] Can't replicate data from master to slave
2025-01-16 20:06:29
9082
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
2025-01-16 20:06:24
17612
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?
2025-01-16 20:06:22
1626
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
2025-01-16 20:06:19
1004
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
2025-01-16 20:06:16
2963
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
2025-01-16 20:06:13
755
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
2025-01-16 20:06:10
369
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
2025-01-16 20:06:08
4714
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???
2025-01-16 20:06:05
33392
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
2025-01-16 20:06:02
1342
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]
2025-01-16 20:06:00
5247
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
2025-01-16 20:05:57
7897
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.
2025-01-16 20:05:54
4722
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
2025-01-16 20:05:51
487
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
2025-01-16 20:05:49
1324
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
2025-01-16 20:05:46
976
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
2025-01-16 20:05:44
6651
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
2025-01-16 20:05:42
1706
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
2025-01-16 20:05:39
1824
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
2025-01-16 20:05:36
4037
Small aggregate values such as lists and sets use an internal representation that is already serialized and arch-indepen...
上一页
下一页
1
…
851
852
853
854
855
…
2246
.