Redis New command request: Intersect Count

Redis already has: SINTERIt would also be useful to have a method which returns a count of the members of the set res...

Redis [QUESTION] Does Redis have Set with condition?

I am looking for something like this:update dataset data = new_datawhere data.updated_at < new_data.updated_atI can't...

Redis Sentinel auto failover with incorrect password

Hi there,I having a replication + sentinel which includes of 3 server. We had a weird problem yesterday when one guy fro...

Redis a question about listDup fucntion in alist.c

I have a question about this function 'listDup' in alist.cabove this function, this is a comment sasy "The original lis...

Redis Inconsistent documentation about module unload

In module.c there is: * * EBUSY: The module exports a new data type and can only be reloaded. */ <- https://github.co...

Redis Hash slot is not calculated correctly for some hash tags

It seems like the server is not able to always compute the correct hash slot when using hash tagsAs part of testing redi...

Redis GEOADD + GEORANGE randomized test fails

when:srand_seed is 1558930444202srand_seed is 1559120199796Comment From: AngusPTo reproduce you'll need to edit /tests/g...

Redis Sorted sets: why use double instead of long long?

Double is the same as longlong, it takes up 8 bytes of data structure, but double does not use all bytes to store data. ...

Redis Question about client side caching

Hi @antirez , a little question about client side caching, it seems that we don't support multi DB now?Comment From: ant...

Redis does MIGRATE support destination instance with password?

MIGRATE host port key|"" destination-db timeout [COPY] [REPLACE] [KEYS key [key ...]]https://redis.io/commands/migrateSo...

Redis Is it possible to have atomic get + del?

Hello, I think it would be great to have single command for get and del actions. Can you consider accepting PR with this...

Redis ZADD : WRONGTYPE Operation against a key holding the wrong kind of value

Hello.I found out mysterious Redis error.EnvironmentWindows10python version : 3.6.8python redis module version : 3.3.8Er...

Redis ZSET can be empty and crash redis

After the migration from the old database to newest stable 5.x version we get frequent redis crashes. It's caused by emp...

Redis Is slowlog sampled?

Is slowlog sampled? Will commands with execution time exceeding the threshold be recorded in the slowlogComment From: it...

Redis I can't

What's the problem?Comment From: itamarhaberHello @KylinShinlyLin This appears to be a matter of configuring your editor...

Redis Why use safe iterator in genRedisInfoString (const char *) ?

@antirez .I have a question.We don't modify the dict in the function genRedisInfoString(file server.c) when we get comma...

Redis Feature request: allow remove message with XACK

Hi,With redis 5.0.5, I can remove messages in a stream with XDEL and XTRIM. In order to guarantee all / most messages ar...

Redis Why redis instance gave Out Of Memory issue if server had plenty of memory available?

Redis setting and twemproxy:We have six instances of Redis(32 bit) version 3.2.3 running on the same server (AWS EC2 ins...

Redis get different value of used memory by command "info" and "info memory" in version 3.2.5

get different value of used memory by command "info" and "info memory" in version 3.2.510.8.40.236:6379> info memory...

Redis seconds hang up report

We have 10 thousand connections on a redis server . The server is occasionally hang up.We found in function "clientsCron...
上一页 下一页
.