Nineya
Home
Blog
软著申请
Redis Crash on application
2025-01-17 01:47:46
33336
Hello,Our redis server keeps crashing :(, its a dev environment, we are using Redis-OM C#, data was anonymized=== REDIS ...
Redis Redis extensions as module or a thing of its own
2025-01-17 01:47:43
8562
We're in the process of adding a mechanism to extend redis with more connection mediums (RDMA, io_uring), and the first ...
Redis [NEW]Fool-proof design for time-dependent configs
2025-01-17 01:47:40
7293
The problem/use-case that the feature addressesWe recently had an accident in our production environment where we got th...
Redis Cleanup / refactor replication.c
2025-01-17 01:47:37
454
We have some plans to do some major work in the replication protocol.e.g. multiplex PINGS, replica-buffers, and RDB toge...
Redis I want get multiple hashes from one query using Nodejs
2025-01-17 01:47:35
682
Please keep in mind that this issue tracker should be used for reporting bugs or proposing improvements to the Redis ser...
Redis [NEW] How about adding a command with string matching function to 'string'?
2025-01-17 01:47:33
13934
The problem/use-case that the feature addressesThe string matching function can solve many problems, and I think it is m...
Redis Possible optimization in t_hash.c: hashTypeSet()
2025-01-17 01:47:30
587
In hashTypeSet() function, we first use dictFind() to look for the field and if it does not exist, we use dictAdd() to a...
Redis [BUG] Slot rebalancing can stop due to loading error
2025-01-17 01:47:28
2014
Describe the bugWhen I try to move all slots on two or more nodes to other nodes using redis-cli --cluster rebalance, re...
Redis Support for newer Lua versions?
2025-01-17 01:47:26
16439
It seems that we're stuck with Lua 5.1 for some years now.And it seems an upgrade might not be wanted because of backwar...
Redis Key length (>128) vs redis performance with keys command under lua
2025-01-17 01:47:23
11631
Hello, i have a problem with performance, i have database with 200k hashes, where 100k of them begins with "TEMP_" rest...
Redis Can scan command force clear expired key?
2025-01-17 01:47:20
931
I usually set same ttl for millions of key. I found use-memroy don't obviously decrease, when the time came. When I use ...
Redis [BUG] Stream consumer group lag heuristic isn't handled when executing XCLAIM ... LASTID
2025-01-17 01:47:17
938
This is a potential issue due to an omission in the design.It was raised during a CR w/ @guybe7.Quick context: the lag h...
Redis Sort out the mess of "sorting out the mess" issues
2025-01-17 01:47:14
1163
Placeholder for an epic discussion 😛 Comment From: madolsonThis is the most @antirez'esk thing I've seen from you oran ;...
Redis High softirq usage
2025-01-17 01:47:11
3105
We are benchmarking Redis using 4.0.12. After perf/mpstat investigation, we found softirq got almost ~50% of CPU usage, ...
Redis [BUG]incr and get command return not equal
2025-01-17 01:47:09
712
when I use the incr and expire a new key in a pipeline,it return success,the use get comand ,it return false.$pipe = $cu...
Redis Are chained replication legal behavior?
2025-01-17 01:47:06
1735
With the command CLUSTER REPLICATE, a node can't replicate a replica. But in some situations the replication could be li...
Redis Preamble AOF on creation
2025-01-17 01:47:03
1805
@antirez, Now that we have preamble AOF file enabled by default, it affects AOF rewrites, and cases where appendonly con...
Redis SYNC reply violates Redis bulk protocol
2025-01-17 01:47:00
1069
I'm writing a custom Redis replication protocol receiver and I've noticed that the bulk transfer of dump.rdb lacks the \...
Redis Aof-race doesn't work and isn't a part of the default tests
2025-01-17 01:46:58
2667
I noticed that this test, https://github.com/redis/redis/blob/unstable/tests/integration/aof-race.tcl, doesn't work corr...
Redis sdslen() for addReply(c,shared.crlf) is taking a 6.55% of the total CPU cycles for large array replies
2025-01-17 01:46:55
2312
Using the lrange benchmarks of redis benchmark ( I was investigating it due to #10981 ) we can see that we're wasting a ...
上一页
下一页
1
…
794
795
796
797
798
…
2246
.