Redis [QUESTION] Failing startup.

Platform: Win 10Version: 3.2.100 64 Bit[2116] 07 Jun 10:59:08.603 * Redis 3.2.100 (00000000/0) 64 bit, standalone mode, ...

Redis [BUG] the function - lzf_compress Why use it without initialization

Describe the bugDefine htab at line 107.https://github.com/redis/redis/blob/unstable/src/lzf_c.c#L107Initialize at line...

Redis Manual Failover on Slave causes Infinite loop

I run redis cluster on kubernetes with 3 masters and 3 slaves. When I kill a master pod in kubernetes or perform a manua...

Redis [NEW]How to activate Redis Time Series in Redis TLS..

I configured wht redis.conf to activate both TLS and RedistimeseriesThis is Not working tls-cert-file /etc/redis/server....

Redis Odd behavior after reiterating over key range after a large delete batch

Hi,I'm iterating over the keys in a Redis Cluster, inserting them into another storage system and deleting the written k...

Redis [QUESTION] CodeQL query for CWE-14 returns alert

When I tried to run the CodeQL query for CWE-14, MemsetMayBeDeleted.ql, on redis, it returned the following alert in loc...

Redis Im using riot file for uploading a csv, but the command given in the site "riot-file import http://developer.redislabs.com/riot/beers.csv --header hset --keyspace beer --keys id", having mismatched arguments for HSET

Please keep in mind that this issue tracker should be used for reporting bugs or proposing improvements to the Redis ser...

Redis hget merge with hmget?

hset key field value [args...]hget key field [args...] <- why cant this be together with hmget? means hget = hmget?Co...

Redis Supported redis releases?

Hi,hope you're doing well these days.I'm supporting redis OSS for FreeBSD ports tree, where we have three versions: 5.0....

Redis [NEW] Pass authentication using an environment variable to redis-cli

The problem/use-case that the feature addressesAllow the use of the environment variable to pass authentication instead ...

Redis [QUESTION] command "redis-cli --rdb" similar to save or bgsave?

I can't find the relevant explanation on https://redis.io/topics/rediscliComment From: acechefI read redis-cli --rdb exp...

Redis [QUESTION] Why not expand LRU field by compressing the refcount field

In general, refcount does not occupy 4 bytes, but LRU bit is too short, which leads to data precision degradationtypedef...

Redis [CRASH] Sentinel 5.0.8

Crash report------ REGISTERS ------13016:X 18 Mar 2021 20:04:47.790 #RAX:000056295676dc78 RBX:00007f84a4284f00RCX:000000...

Redis [QUESTION] It was not possible to connect to the redis server(s) ConnectTimeout

StackExchange.Redis version 2.1.58 .net Core 3.1I have 2 service for webApi(mng and user)when I publish my service(m...

Redis [NEW] Interval set

I suggest to add a new type which is similar to the sorted set : Interval set.The idea is to replace the score by an int...

Redis [NEW] Database-level ACL

The problem/use-case that the feature addressesExtend ACL to include a way to restrict users to a specific database. Thi...

Redis [QUESTION] redis-benchmark shows different result between running as process and running in kubernetes pod (with hostNetwork)

Pod: hostNetwork, no cpu/mem limitstesting command: redis-benchmark -n 100000 -t set,get -h $IP -p 6379 -c 1process gain...

Redis Benchmark fails to get config when CONFIG command renamed in v6.0

1) redis server 6.0.3 started with command CONFIG renamed2) $ redis-benchmarkERROR: ERR unknown command CONFIG, with arg...

Redis Push notification with Redis in Laravel server and Flutter app

Hi everyone Anyone can give me some advice on how I can send push notification in the Laravel server on the Flutter app ...

Redis Migrate command producing syntax errors when passed documentation examples

https://redis.io/commands/migrate shows the following example:MIGRATE 192.168.1.34 6379 "" 0 5000 KEYS key1 key2 key3How...
上一页 下一页
.