Redis [BUG] docker.io/library/redis:7.2.4-alpine not worked in containerd

Describe the bugWe pull over a Proxy: www.proxy.com/docker.io/library/redis:7.2.4-alpine Runtime is containerd Then we g...

Redis [QUESTION]Redis build failed with (1)march=native/znver2/x8-64 and (2) flto options

(1)export PATH=/usr/local/gcc-11/bin:$PATHexport LD_LIBRARY_PATH=/usr/local/gcc-11/lib:/usr/local/gcc-11/lib64:$LD_LIBRA...

Redis Support for key locking

There are several features on our roadmap that assume that we will develop some form of locking on an individual key. I ...

Redis Creating a system for large Redis changes

While reviewing, https://github.com/redis/redis/issues/12873, it became clear that there were multiple specific "discuss...

Redis SCAN, SSCAN, HSCAN, and ZSCAN are not stable across failovers

Scan is supposed to provide the following guarantees (as per https://redis.io/docs/manual/keyspace/):A full iteration al...

Redis [BUG] redis-server blocked after upgrade redis cluster from 6.0 to 7.2

Describe the bugi deploy a rediscluster in k8s with 4 shards, each shard with 2 replicas in x86. after upgrade from 6.0....

Redis [NEW] Docs Stream Page Text is not responsive although the sorted set page text is responsive

The problem/use-case that the feature addresses I think the developer misses to add the max-width css property to that p...

Redis Followup performance testing for per-slot dictionary

Several followup items to potentially improve the performance of https://github.com/redis/redis/pull/11695.[ ] : https:/...

Redis Redis throttling to explicitly shed load

I didn't see a past ask for this, so starting a new thread as something to consider for Redis 8.A common theme of asks f...

Redis New steps for making incremental progress towards cluster V2

Since the cluster work has not been making a lot of recent progress (https://github.com/redis/redis/pull/10875), I wante...

Redis [BUG]Expiry value not working in client.SET() i.e EX attribute

Describe the bugExpiry value not working in client.SET() i.e EX attributeTo reproduceuse client.SET function anywhere w...

Redis build failed with CFLAGS="-static" LDFLAGS="-static"

redis latest versionclang 16os Manjaro/Fedora38complie withCC=clang CXX=clang++ CFLAGS="-static" LDFLAGS="-static" USE_S...

Redis [QUESTION] why redis-benchmark unable to test hget ?

why redis-benchmark unable to test hget ?Comment From: enjoy-binbinnot all commands are in redis-benchmark, you can alwa...

Redis I/O Erorr - Protocol error, got x15 as reply type byte

When trying to connect to Redis behind Envoy proxy using 'redis-cli' on linux, getting following error:I/O Error - Proto...

Redis [QUESTION] Doubts about rdb shortcomings in the article

RDB advantagesRDB is a very compact single-file point-in-time representation of your Redis data. RDB files are perfect f...

Redis [BUG] TimeoutStartSec and TimeoutStopSec values are valid, but redis still warns

OS: CentOS 8.2Redis: v6.0.9Redis is installed via remi repo.This is my service file for systemd:[root@test ~]# cat /etc/...

Redis [NEW] make a new datatype for hyperloglog

The hyperloglog now is using string to store data, but that cause many problems:1. no limit on mix using hyperloglog and...

Redis [QUESTION] Why does SSET not exist (DEL + SADD)? Or is there a different way to do this?

I believe the correct (maybe only) way to currently add a list of members to a set, overwriting the key if it exists (ra...

Redis Redis will report an error when executing cross slot transactions

CurrentBehaviorAn error occurs when attempting to perform an operation on multiple keys belonging to different slots in ...

Redis [QUESTION] Sentinel unable to connect

I am trying to make Sentinel work, but it's not connecting and I have no errors. The setup is as follows:M1-S1R1-S2R2-S3...
上一页 下一页
.