Redis Redis 4.0.11 crashed with segfault in pthread_getspecific

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

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

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 ?

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

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

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

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

=== 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

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

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)

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

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

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

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

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

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

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?

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

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

redis-unstable$ make BUILD_TLS=yescd src && /Library/Developer/CommandLineTools/usr/bin/make all/bin/sh: pkg-con...
上一页 下一页
.