Redis Why does redis need the static function _dictRehashSetp(dict *d)

Redis already has the function dictRehashMilliseconds which is called by databasesCron in eventLoop. But why does Redis ...

Redis Redis Epoll is using EPOLLET or EPOLLLT

Hi @antirez, I'm reading and learning Redis's source code. I'm not sure that when using epoll, it's worked in EPOLLET or...

Redis why doesn't Redis cluster use consistent hashing?

according to Redis cluster tutorial,I was wondering what is the purpose of this designComment From: oranagra@boatrainls...

Redis [NEW] Logging Format / Prevent Timestamp

The problem/use-case that the feature addressesCurrently logging to stdout cannot be formatted. Since i am redirecting s...

Redis Support MINCRBY/MINCRBYFLOAT/MHINCRBY/MHINCRBYFLOAT

Hello,it would be great to support batching for all INCRBY functions.ExampleMINCRBYredis> SET mykey0 "10"&q...

Redis [CRASH]

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

Redis [QUESTION]How to restrict users on a specific DB

Hi,Is there a way to restrict ACL users to a specific Redis DB. since as per your response KEYS do not operate on keysp...

Redis [BUG] Mac Air Big Sur 11.1 Apple Silicon M1

I installed redis from homebrew and got the following crash on start attempt (it doesn't work). redis-cli simply returns...

Redis Does FLUSHDB command stop the ping/pong message?

I create a cluster(master nodes: 30001-30008; slave nodes: 30009-30016) , and I use command to set a lot of key-values. ...

Redis centos7 Stable Redis6.0.0GA make[1]: *** [server.o] Error 1

centos7 Stable Redis6.0.0GA make[1]: *** [server.o] Error 1make log:[make.log](https://github.com/antirez/redis/files/45...

Redis get RSS-size in Solaris

The function zmalloc_used_memory can't get the RSS-size of Redis process properly.We can get RSS-size in solaris preperl...

Redis Redis Cli db number mismatches when wrapping select db command in MULTI

Happy new year everyone, recently we found an issue in current unstable version of Redis cli interactive mode, db number...

Redis [BUG] Redis unstable make fails with BUILD_TLS=yes

Running make BUILD_TLS=yes fails in the the latest redis-unstable version. I get this error, both on my Mac Mini with M1...

Redis [NEW] redis-cli should exit != 0 when NOPERM

The problem/use-case that the feature addressesWhen running flushall from Jenkins CI one would expect that a failing com...

Redis Add modules API for active memory defragmentation

With current code, if anyone will enable active memory defragmentation on a server with modules who have their own data ...

Redis Is it possible to get the count of [XRANGE key start end] result?

We have a requirement that we need to get only the count of the [XRANGE key start end] result as the return value, not a...

Redis [NEW] Replica TLS certificate

The problem/use-case that the feature addressesCurrently replication is not working with right Public Key Infrastructure...

Redis [BUG]

Describe the bugIn src/anet.c, line 503, _anetTcpServer will call anetV6Only. If it failed in setsockopt at line 471, i...

Redis [BUG] Unable to specify 'allchannels' ACL rule for default user in redis.conf

Describe the bugUnable to define an ACL entry in the redis.conf file while running the Redis server in docker-compose. I...

Redis Environment Variables not appearing for redis-server process in /proc/<pid>/environ

While this is not a big issue, I would like to understand the following behavior:I run the following steps to start up t...
上一页 下一页
.