Redis [BUG] Potential data race in showThroughput function in redis-benchmark

Describe the bugWe found a potential data race on config.previous_tick in redis-benchmark using a static analysis tool.W...

Redis in msys2,build error!

debug.c: In function ‘dumpX86Calls’:debug.c:1752:5: error: unknown type name ‘Dl_info’ 1752 | Dl_info info; | ...

Redis [NEW] EVALSHA readonly in Redis

The problem/use-case that the feature addressesLua operations that are readonly can run on replicas. However command inf...

Redis [NEW] REV option in XRANGE to deprecate XREVRANGE

Description of the featureAdd optional REV argument in XRANGE command. When REV option is present, XRANGE would act exac...

Redis BUG about keyevent notification in cluster mode

For example: In a cluster made of two nodes A and B, key foo reside in the hash slot of node A, and you subscribe "keyev...

Redis BITOP deletes destination key if operands are empty strings

When trying to run BITOP on keys that contain empty strings and put the result in the dest_key, for some reason the dest...

Redis BUG: compare typo?

https://github.com/antirez/redis/blob/b2ab1e01577fe3b8a8fb6188253d3b22b840bda5/src/t_zset.c#L567I think it should be xxx...

Redis Issue while using Pillow package in redis docker

Hi Team,I am trying to use PIL to generate an image from the base64 string and resize that image on the redis docker ins...

Redis redis-cli 4.0.10 in Redis-e Software 5.2 AMI in AWS us-east-1

Just created an instance from Redis-e 5.2 AMI in AWS, and got redis-cli 4.0.10 in build.However, when pulled community R...

Redis redis-cli -n <dbnum> silently errors and displays wrong db index for invalid indices

When called with the -n &lt;dbnum&gt; option and an invalid db index, the cli fails to select that database (as expected...

Redis [NEW DISCUSS] WASM as a Lua alternative and for dynamically loadable modules

I would like to start an issue to discuss the possibility of Redis supporting wasm. Our team actively contributing to co...

Redis Performance: Redis is too slow

I just added $redis-&gt;get('key') where the key is just A but I only get 40% increase in throughput vs mysql database q...

Redis [BUG] why use gettimeofday to measure latency

in file server.c dirty = server.dirty; start = ustime(); c-&gt;cmd-&gt;proc(c); duration = ustime()-start;wh...

Redis [NEW] Implement on disk redis (update redis into unified database for mem & disk)

Basically, this should be the same in-memory function of redis but instead stored on disk and syscalls are disk calls.We...

Redis [BUG] threaded-io causes increased CPU utilization that's only resolved after a Redis restart

We've have been using Redis 6.0.10 for different workloads in our platform (message queue, cache, kv store). We'd recent...

Redis blpop block forever

My code:import redisclient = redis.Redis()while True: data = client.blpop('key', timeout=5 * 60) if not data: ...

Redis [MODULES] Calling RedisModule_WrongArity from a thread-safe context crashes redis

To reproduce:Block the client.Create a thread safe context from the blocked client.Call RedisModule_WrongArity(ctx)The r...

Redis Redis slave not sync with new master after reboot

Hi All,I'm running redis-serntinel version 6.0.9 in a docker swarm environment.I'm running the HA configuration composed...

Redis [NEW] Separate server_cpulist and iothreads_cpulist

The problem/use-case that the feature addressesHaving both the main redis_server thread and the i/o threads share the sa...

Redis [BUG] Segmentation Fault redis-server

Describe the bugWhen running redis-server on my M1 MacBook Pro, I got a segmentation fault as reported here:=== REDIS BU...
上一页 下一页
.