Nineya
Home
Blog
软著申请
Redis null pointer deference
2025-01-16 20:50:41
1409
find a typo mistake, which may cause a null pointer deference:https://github.com/antirez/redis/blob/c33cb4938a6debf999a9...
Redis should use object size then pointer size when malloc
2025-01-16 20:50:39
202
https://github.com/redis/redis/blob/7a89e498595541d43385c579ed679dc026b031e0/src/acl.c#L2536it's more reasonable to use ...
Redis Error 404
2025-01-16 20:50:37
793
I am trying to install Redis on VPS but always getting this message--2018-02-24 05:07:17-- http://download.redis.io/rel...
Redis BRPOPLPUSH to support transactions
2025-01-16 20:50:34
723
I have implemented a reliable queue using BRPOPLPUSH. For simple cases it works great. However, there are a few situatio...
Redis redis 2.8.8 crash log
2025-01-16 20:50:31
22995
=== REDIS BUG REPORT START: Cut & paste starting from here ===[11473] 21 Sep 10:57:27.980 # Redis 2.8.8 crashed ...
Redis Proposal: GET should work with all value types.
2025-01-16 20:50:28
541
GET command should work with all value types. For instance, for a key holding type "list", GET key should internally cal...
Redis Test looks incomplete
2025-01-16 20:50:25
319
The last test in integration/aof seems to be incomplete? https://github.com/antirez/redis/blob/unstable/tests/integratio...
Redis redis 2.8.1 crash (running on Ubuntu LTS) > Failed assertion: script
2025-01-16 20:50:22
12776
=== REDIS BUG REPORT START: Cut & paste starting from here ===[905] 11 Dec 22:17:07.091 # === ASSERTION FAILED CLIEN...
Redis INCRBY/HINCRBY in lua script does not work with very large numbers
2025-01-16 20:50:19
510
This does not behave as expectedredis.call('INCRBY', 'test', 100000000000000)EVAL "redis.call('INCRBY', 'test', 10000000...
Redis redis 3.0.1 install fails on Raspbian
2025-01-16 20:50:17
890
When building redit from source on my Raspberry Pi, I get the following error:gcc: error: ../deps/jemalloc/lib/libjemall...
Redis Make "CONFIG SET" support units (k/m/g/kb/mb/gb)
2025-01-16 20:50:14
796
Any reason for this not being supported?Comment From: badboyIt is in 3.0 → https://github.com/antirez/redis/commit/9e615...
Redis BRPOPLPUSH replication failure during 'make test'
2025-01-16 20:50:11
1010
'make test' reported a single error after I compiled Redis 2.4.11 last night:!!! WARNING The following tests failed:*** ...
Redis [BUG] memory leak
2025-01-16 20:50:08
5746
via memory-tools inspected, redis process using memory actual(26G+).but via redis-cli memory stats, it found that much l...
Redis consider SET_WO (write only SET)
2025-01-16 20:50:03
591
in 6.2 we added GET parameter to the SET command.but in 7.0 we plan to add ACL to let users define write-only access #99...
Redis [CRASH] Executing test client: tail: àÕS"+31" ûÖpn: ¡
2025-01-16 20:50:00
2449
When compiling and installing redis, execute 'make test' an error occurred and exited.What dependencies should I install...
Redis [NEW] Sentinel get command
2025-01-16 20:49:57
2508
The problem/use-case that the feature addressesIf the user wants to access configuration variables like down-after-milli...
Redis [BUG] Lua script doesn't return OOM when making arbitrary delete command first
2025-01-16 20:49:54
18245
Describe the bugRedis config has a max memory limit set and no-eviction policy. If the memory is > the max memory, ca...
Redis Suggestion: Redis Functions, an extension to Lua scripts
2025-01-16 20:49:51
26343
Edit: implemented in: #9780, #9936, #9938, #10004, #10066, #9899, #9968The following is a proposal for a new way mechani...
Redis acl.c desc same ,please update
2025-01-16 20:49:48
504
* resetkeys Flush the list of allowed keys patterns. * resetchannels Flush the list of all...
Redis Iterating all the commands
2025-01-16 20:49:45
2637
starting from https://github.com/redis/redis/pull/9504 not all commands are in server.commands (that is, if we are count...
上一页
下一页
1
…
814
815
816
817
818
…
2246
.