Nineya
Home
Blog
软著申请
Redis [BUG] Potential data race in showThroughput function in redis-benchmark
2025-01-16 20:15:04
4102
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!
2025-01-16 20:15:01
6091
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
2025-01-16 20:14:58
4616
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
2025-01-16 20:14:55
261
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
2025-01-16 20:14:53
3327
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
2025-01-16 20:14:50
3863
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?
2025-01-16 20:14:48
3567
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
2025-01-16 20:14:45
1508
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
2025-01-16 20:14:42
570
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
2025-01-16 20:14:39
996
When called with the -n <dbnum> 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
2025-01-16 20:14:37
1847
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
2025-01-16 20:14:34
5543
I just added $redis->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
2025-01-16 20:14:31
812
in file server.c dirty = server.dirty; start = ustime(); c->cmd->proc(c); duration = ustime()-start;wh...
Redis [NEW] Implement on disk redis (update redis into unified database for mem & disk)
2025-01-16 20:14:28
1266
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
2025-01-16 20:14:25
3746
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
2025-01-16 20:14:21
512
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
2025-01-16 20:14:18
2174
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
2025-01-16 20:14:15
16109
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
2025-01-16 20:14:13
932
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
2025-01-16 20:14:11
7103
Describe the bugWhen running redis-server on my M1 MacBook Pro, I got a segmentation fault as reported here:=== REDIS BU...
上一页
下一页
1
…
843
844
845
846
847
…
2246
.