Redis Not unlinking temp AOF files

I've recently installed redis 3.0.6 in Azure and I've finding an issue where redis is not unlinking AOF files when it do...

Redis key for multiple values

Hi, is it possible to story multiple values for 1 key?key1 : value1,value2...Comment From: cheprasovPlease, try to use H...

Redis Pubsub - weird memory usage

Hi,We have a standalone Redis server that we use only for Redis pubsub.We noticed a weird behaviour that after a very hi...

Redis Restore Backup Data

How to restore the backup data in redis ? Comment From: badboyUse the RDB or AOF, put it in the configured folder and st...

Redis high cpu usage with multi-io-threads, is there a better way to improve here?

I think it should have something to do with the CAS that the io thread does when the main thread is assigned to the io t...

Redis [NEW] Option for BGSAVE and BGREWRITEAOF to wait for persistence completion

The problem/use-case that the feature addressesThere's a purely synchronous SAVE operation and async background operatio...

Redis Redis-cluster: After restart master of cluster,it just can get a full Asynchronous Replication

Server.c/* Restore the replication ID / offset from the RDB file. */ if ((server.masterhost || (server.cluste...

Redis redis pubsub high cpu usage with multi-io-threads

we have upgrade our redis to 6.2.5 in production, info provided here, https://github.com/redis/redis/issues/9458the io-t...

Redis delete not working on 4.0.0-rc.1

Delete just doesn't work. Rolled back on production luckily before business hours but that was an expected oneComment Fr...

Redis [QUESTION] BITCOUNT behavior

Hey Guys,I think i do understand this.redis> SET mykey "foobar""OK"redis> BITCOUNT mykey(integ...

Redis How to plan for a redis version upgarde rollback when RDB 9 is not supported by the older version [QUESTION]

Situation: Need to upgrade Redis 3.2 to the latest stable version in a 3 server and 3 sentinel architecture with a plan ...

Redis Please clean up old branches

Hello!When forking Redis, it comes with a lot of old dev branches. It gets hard to find your own branches among them eve...

Redis [BUG] how to forget ghost nodes

Describe the bugGhost nodes occur in the cluster and DNS reverse lookup is performed at the same time, causing performan...

Redis [QUESTION] Is BZPOPMIN/MAX really O(logn) ?

According to the documentation https://redis.io/commands/bzpopminboth bzpopmin and pzpopmax are O(logn), but I wonder if...

Redis [BUG]Unable to connect to Redis at 127.0.0.1:6379.

i an running a RL project which involves the redis package in the PycharmIDE and such error occured "RuntimeError: Unabl...

Redis [BUG] XADD/XTRIM approximate (~) MAXLEN not trimming stream

Describe the bugWe recently upgraded our redises from 6.0.8 to 6.2.3. We are now seeing very odd behavior on streams whe...

Redis ACL loading clobbers user preventing multiple user lines for same user

Attempting to "build" a user with config files as follows:user steve resetuser steve on +@all ~*user steve on >mypass...

Redis [CRASH] redis crashed all the time, Redis 3.2.4 (00000000/0) 64 bit

Crash report311691:M 19 Jul 10:25:25.310 # Background saving terminated by signal 11311691:M 19 Jul 10:25:31.014 * 1 cha...

Redis BLPOP and BRPOP with COUNT

In currently, LPOP and RPOP can only pop 1 element from the list. which is not effective. Suggest to allow pop more el...

Redis PERSIST command should take multiple keys, or introduce new command to persist multiple keys

If I want to PERSIST a number of keys, I have to call the PERSIST command once per key.Provide a command or update the P...
上一页 下一页
.