Nineya
Home
Blog
软著申请
Redis Redis 4.0.11 crashed with segfault in pthread_getspecific
2025-01-16 21:02:42
9526
I've seen this happen three times on two different servers in the past 2 days: redis-server running on FreeBSD 11.2-RELE...
Redis Issues with slot migration
2025-01-16 21:02:39
9210
The current design of the cluster has some problems to deal with a master node crash during slot migration.Some notes ab...
Redis [QUESTION] utils/hashtable/rehashing.c can't compile ,it seem old version file not update
2025-01-16 21:02:36
931
I see README Compile with:cc -I ../../src/ rehashing.c ../../src/zmalloc.c ../../src/dict.c -o rehashing_testbut failed...
Redis [QUESTION] which commands do not change the object idletime ?
2025-01-16 21:02:33
647
I checked the documentation and tried to find some answers in stackoverflow and in here but couldn't find any. Sorry if ...
Redis [NEW] Skip unnecessary AOF loading from disk on startup when a master is available
2025-01-16 21:02:28
1113
The problem/use-case that the feature addressesWhen a replica has appendonly yes it will first load any AOF found in dis...
Redis [BUG] IO threads not work well in many fds which are need to reply。such as feed 100 replicas
2025-01-16 21:02:26
1676
Describe the bugwhen we have many fds need to reply。 clientHasPendingReplies always return 1. so clients do not add t...
Redis [BUG] XADD automatic sequence (1-*) doesn't work
2025-01-16 21:02:24
1005
Describe the bugIt's entirely possible I'm just doing something stupid here, but I believe this may also be a bug. I was...
Redis creating a new index with ft.create
2025-01-16 21:02:21
5655
=== REDIS BUG REPORT START: Cut & paste starting from here ===14956:M 07 Dec 18:07:00.746 # Redis 4.0.6 crashed by s...
Redis Annotation Mistake
2025-01-16 21:02:18
600
https://github.com/redis/redis/blob/unstable/src/geohash.c#L49Here the annotation said the pow(2, 32)< 65536, I think...
Redis Links to documentation 404 on redis.io
2025-01-16 21:02:15
714
Hello! Not sure the right place to post this, but I've noticed most google-indexed links to redis documentation 404, E.g...
Redis [CRASH] Replication crashes on EVAL when replica-serve-stale-data=no (introduced in Redis 7)
2025-01-16 21:02:12
15764
Issue first introduced with https://github.com/redis/redis/pull/10126Removing CMD_STALE from EVAL doesn't allow crash to...
Redis [NEW] Improve ASK/ASKING consistency
2025-01-16 21:02:09
6790
The problem/use-case that the feature addressesCurrently, when using Redis Cluster, if one hits a migrating shard, one m...
Redis Internal RDB error in daily tests
2025-01-16 21:02:06
1091
https://github.com/redis/redis/runs/5780541233?check_suite_focus=true#step:6:3481{20222:S 01 Apr 2022 00:50:09.168 # Int...
Redis [BUG] redis-cli exit codes are inconsistent
2025-01-16 21:02:04
2201
Describe the bugredis-cli exit code can be 1 or 255 on failure. Looks like it's inconsistent, not sure when to expect on...
Redis [BUG] Sentinel test 08 can't run on its own
2025-01-16 21:02:01
1107
Describe the bugSentinel test 08-hostname-conf cannot be run on its own.To reproduceCompile Redis on Ubuntu 20.04, for e...
Redis [NEW] Redis module configuration
2025-01-16 21:01:58
21897
Problem StatementAt AWS we use modules internally to build out functionality outside of the main Redis engine, and we im...
Redis [BUG] Changing volatility of Watched keys does not abort Txn
2025-01-16 21:01:55
2239
Changing volatility of Watched keys does not seem to abort the Txn. BackgroundWe are using go-redis and the code more or...
Redis [QUESTION]one redis to write and two redis to read, is it also atomic?
2025-01-16 21:01:52
1494
i want to expand one redis to a Separate-read-write cluster, but my application code used lua to realize atomic op( read...
Redis [NEW] redis-cli --cluster create HOSTNAME:port
2025-01-16 21:01:49
2010
The problem/use-case that the feature addressesWhen hostnames are used, redis-cli is not capable of setting up a cluster...
Redis [CRASH] Redis-unstable Crash when make BUILD=yes: Undefined symbols for architecture x86_64
2025-01-16 21:01:46
31288
redis-unstable$ make BUILD_TLS=yescd src && /Library/Developer/CommandLineTools/usr/bin/make all/bin/sh: pkg-con...
上一页
下一页
1
…
807
808
809
810
811
…
2246
.