Redis null pointer deference

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

https://github.com/redis/redis/blob/7a89e498595541d43385c579ed679dc026b031e0/src/acl.c#L2536it's more reasonable to use ...

Redis Error 404

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

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

=== 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.

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

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

=== 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

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

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)

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'

'make test' reported a single error after I compiled Redis 2.4.11 last night:!!! WARNING The following tests failed:*** ...

Redis [BUG] memory leak

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)

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: ¡

When compiling and installing redis, execute 'make test' an error occurred and exited.What dependencies should I install...

Redis [NEW] Sentinel get command

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

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

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

* resetkeys Flush the list of allowed keys patterns. * resetchannels Flush the list of all...

Redis Iterating all the commands

starting from https://github.com/redis/redis/pull/9504 not all commands are in server.commands (that is, if we are count...
上一页 下一页
.