Redis Getting two errors when running 'Make test'

I get this error after running make testI also dont know how to do code insertion so please forgive me```[exception]: Ex...

Redis Trying to understand Redis ping latency test vs Ping command Latency Test

I am trying to understand latency vs maximum number or requests that can be served per second. Can any one help me where...

Redis zrevrangebyscore negative COUNT does not respond with error

If I have a sorted set with member/scores like this:* 1/1* 2/2* 3/3* ...* 2450/2450and call ZREVRANGEBYSCORE key +inf (2...

Redis BITOP NOT toggling extra bits

I'm trying to implement a bitmap index using - among other things - the BITOP NOT operation but I'm getting unexpected r...

Redis Optional 'padchar' parameter for SETRANGE/bitops?

Not sure if this is a common use-case but I've found myself patching redis to change the padding character (used by mems...

Redis Connection reset by peer with keep alive=0

I am running the redis-benchmark with the following command:/usr/local/bin/redis-benchmark -h 127.0.0.1 -p 10001 -c 50 -...

Redis redis-benchmark result a dummy prefix string

Hi,Test in 2.8 and latest commit 8a98b8d0c9e99df9cf83a08cb032657531598e18 , title looks corrupt with some dummy invisib...

Redis Redis works on deployment , It doesn't work on production with docker and heroku

I am trying to develop an express api.It works on local machine as expected. I am using docker but on production with do...

Redis request for ZREM like command for GEO commands

would it be possible to get a command like ZREM for the new GEO commands so that one could remove a member added by geoa...

Redis [QUESTION] redis-cli retry mechanisms

We recently observed an issue in which a Redis Enterprise cluster running RedisGraph received an unhandled query that ca...

Redis Add 'NX' option to 'EXPIRE' command set

It would be very helpful to have NX option (similar to one of expanded SET syntax) added to all EXPIRE Redis commands: E...

Redis setrange should support negative offset

To keep it consistent with other commands, such as getrange, negative offset should count from the end.Comment From: sun...

Redis [BUG] EVALSHA's documented NOSCRIPT error return value differs from implementation?

Describe the bugThe documentation for EVALSHA, in particular its NOSCRIPT error response, is inconsistent with the imple...

Redis [BUG] GEOSEARCHSTORE returns an empty array when src points to an empty key

Describe the bugCalling GEOSEARCHSTORE with src that points to an empty key will return an empty array (instead of an in...

Redis in the BYBOX parameter of GEOSEARCH add the possibility to give the values in degrees in addition to the metrics

Is it interesting to add a possibility to search for elements contained in a region by giving the BYBOX parameter a unit...

Redis Redis 5.0.11 high memory fragmentation ratio, with regular jemalloc-5.1.0, with output and graphics

I am running a very simple standalone redis 5.0 instance on a VM. There is not very much memory consumption, but somehow...

Redis [NEW] Replace dict's hash table with HAMT

The known problems with the hash table:huge allocations makes malloc/free freeze the system (#8611)even more memory is u...

Redis [QUESTION] redis-cli --rdb dump

Hi, I have redis, that always fails on dump with 'Error reading bulk length while SYNCing',So IDK what to doSometimes it...

Redis [BUG] Either the blmove documentation is incorrect, or the blmove implementation is broken

Describe the bugThe documentation for blmove indicates that it should work similarly to lmove in that a source destinati...

Redis [BUG]

Describe the bugA short description of the bug.To reproduceSteps to reproduce the behavior and/or a minimal code sample....
上一页 下一页
.