Redis Make INFO faster again!11one

As noted in #4727 at this point INFO risks to be monkey asses slow once there are too many clients. We need to better pr...

Redis Logs aren't informative when replication buffer limit is reached

Hi guysI faced with an issue caused by to low client-output-buffer-limit. I had 8Gb DB with very high traffic and replic...

Redis [QUESTION] why redis-server is a symbolic link of redis-check-rdb in Redis server v=5.0.7 ?

Hi, I am using ubuntu 20.04.1 LTS (Focal Fossa) and I installed a redis server from official repo using apt install redi...

Redis redis make test fail on AWS EC2

=== REDIS BUG REPORT START: Cut & paste starting from here ===23529:M 15 Dec 12:11:01.062 # ------------------------...

Redis TOUCH command example on redis.io

Currently https://redis.io/commands/touch contains the following example with unworking TOUCH command:redis> TOUCH ke...

Redis redis server crashed

This one appears to have a different Stack trace.May 25 00:50:27.794220 MyDUT INFO supervisord: redis-server === REDIS B...

Redis [BUG] RDM 2020.2.225 on Windows Server 2019 does not launch after installing it

Describe the bugRDM version 2020.2.225 for Windows downloaded and installed on Windows Server 2019. After launching it a...

Redis about function pushGenericCommand a unnecessary code?

hello, erverybody!i looking the source code of redis and have some query.why we need judge obj for each j?the obj object...

Redis (error) ERR Rewriting config file: Read-only file system

127.0.0.1:6379> config rewrite(error) ERR Rewriting config file: Read-only file system127.0.0.1:6379> root@devredi...

Redis There are some mistakes in doc https://redis.io/topics/transactions

In the doc https://redis.io/topics/transactions so if a client loses the connection to the server in the context of a tr...

Redis Streams: Delete all entries (roughly) up to a timestamp

We use the STREAMS feature to model some kind of event-stream. All works absolutely great, but currently there is no way...

Redis [BUG]

Describe the bugif you use a key starting with "5f" when using zadd, the key is not valid, please see the screenshotComm...

Redis ./runtest --tls problems

Hello everyone. I've met some problems when I run 'runtest --tls' scripts. Here is my OS versionredis version : redis-6...

Redis [QUESTION] Restore the AOF log file of redis4 to redis3

In the process of upgrading redis3.2 to redis4.0, can I use the AOF log of redis4.0 instance to recover to redis3.2.What...

Redis INCR: different behaviour on different versions of REDIS

INCR works different on different versions of redis. For example: SET test "" INCR test GET testreturns "1" in redis ...

Redis streams feature request

When maxmemory is reached and eviction is in progress, if a stream data type is selected, discard the oldest X messages ...

Redis Steams: XGROUP CREATE requires stream to exist

I'm working on adding streams support to aioredis. It appears that using XGROUP CREATE with stream key that does not exi...

Redis Typo in docs for XREAD

On this page, it says...[...] returned, it menas that [...]"menas" should be "means".On a related note, the example stri...

Redis Extend SCAN command to filter by TYPE

In order find all existing (for example) STREAM in Redis a full scan is needed.That might be a very wasteful especially ...

Redis [BUG] make test failed

Describe the buginstall error To reproducewget http://download.redis.io/redis-stable.tar.gztar xvzf redis-stable.tar.gzc...
上一页 下一页
.