ashotland

Results 14 issues of ashotland

**Describe the bug** ZPOPMAX and ZPOPMIN does not return scores **To Reproduce** ragonfly> ZADD myzset 1 "one" (integer) 1 dragonfly> ZADD myzset 2 "two" (integer) 1 dragonfly> ZADD myzset 3...

bug
docs-fixit

(Please also review the command reference documentation when fixing) **Describe the bug** ZINTERSTORE doesn't work as expected **To Reproduce** Steps to reproduce the behavior: 1. Insert records using `command` 2....

bug
docs-fixit

(Please comply with JSON.SET NX | XX options when fixing) JSON.SET doc $ '{"a":2}' OK JSON.SET doc $.b '8' EXPECTED: OK GOT: (nil) JSON.GET doc $ EXPECTED: "[{\"a\":2,\"b\":8}]" GOT: "[{\"a\":2}]"

bug
docs-fixit

https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/json-get.html https://redis.io/commands/json.get/

bug
docs-fixit

**Describe the bug** ZREVRANGEBYLEX exclusive range '(' is not working as expected **To Reproduce** ragonfly> ZADD myzset 0 a 0 b 0 c 0 d 0 e 0 f 0...

bug
docs-fixit

Doing version upgrade failover tests we encountered the following scenario Calling shutdown on the master it restarts quickly and the client reconnects to it We'd like a stop command that...

Version check server refresh latest version every hour. If someone downloads the latest version before the server refresh dragonfly will prompt to upgrade because it only checks version inequality and...

bug

Request from discord Are there any docs available that talk about the new replication commands available in DF that are not in Redis, such as REPLTAKEOVER? I found that in...