Redis Excessive calls to mstime()

Redis may have several calls to mstime() in a single command which is inefficient and may lead to bugs (most commands do...

Redis Sentinel rewrites the configuration if it is running

If Redis is running is sentinel-mode, which it e.g. does already after install on Ubuntu. Changing the config file and r...

Redis why's intset encoding uint32_t not uint8_t

typedef struct intset { uint32_t encoding; uint32_t length; int8_t contents[];} intset;we know encoding only th...

Redis delete key then get key , key is existed [BUG]

I use Spring RedisTemplate , this is my code :for (int i = 0; i < 10000; i++) { redisTemplate.execute( ...

Redis build error

···====================[ Build | redis | Debug ]===================================C:\Users\admin\AppData\Local\JetBrain...

Redis [BUG]

VERSION: 6.0.6DESCRIPTION: Post-build automated testing fails with error.REPRODUCTION: run make testEXPECTATION: Success...

Redis [BUG] "make test" fails with [exception]: Executing test client: tail: + 28: No such file or directory.

VERSION: 6.0.6DESCRIPTION: Post-build automated testing fails with error.REPRODUCTION: run make testEXPECTATION: Success...

Redis [CRASH]

Crash report[ok]: Test replication partial resync: ok after delay (diskless: yes, disabled, reconnect: 1)[ok]: Slave sho...

Redis RDB persistence defaults are reset when redis-server is called with arguments

This is reported in https://github.com/docker-library/redis/issues/87The code calls resetServerSaveParams() after parsin...

Redis Cluster slaves return "nil" instead of "MOVED" for keys during resharding

Hello,I am using redis 6.0.4 in docker in cluster mode, I setup my client to read from the slaves and I noticed during t...

Redis Provide a command to find index of an item in a list (LPOS/RPOS?)

Basically a reverse command to LINDEX:redis> LPUSH mylist "World"(integer) 1redis> LPUSH mylist "He...

Redis [Feature Request] Please add LINDEXOF command

List is very common data structure, there are some very frequent method of list in programming languages. append, pop, r...

Redis Crashed again in container. Redis 4.0.14

=== REDIS BUG REPORT START: Cut & paste starting from here ===1:M 21 Jun 05:16:58.262 # Redis 4.0.14 crashed by sign...

Redis Feature Request: more granular control on commands

In particular this is important for hosted environments; while rename-command configuration can be used to disable (or m...

Redis redis5 make test error

my system is centos 6.9, redis version is 5.0.5. I make it and make test, but errorWaiting for process 21737 to exit...F...

Redis [BUG] Unable to install after make test success

Describe the bugUnable to install after make test successTo reproducemake testmakemake installExpected behaviorMake inst...

Redis [CRASH] MISCONF error

Crash reportMISCONF Redis is configured to save RDB snapshots, but is currently not able to persist on disk. Commands th...

Redis [BUG] "make test" fails with [exception]: Executing test client: wrong # args: should be "close channelId".

VERSION: 6.0.6DESCRIPTION: Post-build automated testing fails with error.REPRODUCTION: run make testEXPECTATION: Success...

Redis [BUG] lazyfree-lazy-server-del does not turn DELs into UNLINKs

Describe the bugWe discovered a potential bug with lazyfree-lazy-server-del. As far as I understand, this feature should...

Redis redis查询问题

Comment From: mgravell(translated) "redis query problem"You... may want to be more specific.(translated) "您将需要更具体"Commen...
上一页 下一页
.