dragonfly
dragonfly copied to clipboard
A modern replacement for Redis and Memcached
Add support to optional flags for the following expire commands EXPIRE EXPIREAT PEXPIRE PEXPIREAT
https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/json-get.html https://redis.io/commands/json.get/
Currently, following options for `PUBSUB` are supported: - `HELP` - `CHANNELS` - `NUMPAT` **Options not supported currently** (and are present in the docs) - `NUMSUB` - `SHARDCHANNELS` - `SHARDNUMSUB`
**Describe the bug** `ABSTTL` option should treat `` argument as absolute time. **To Reproduce** ``` > RESTORE key 1776974658 "\x0e\x01\x11\x11\x00\x00\x00\x0e\x00\x00\x00\x03\x00\x00\xf2\x02\xf3\x02\xf4\xff\t\x00\xfa\x81\x98P\x85\xf8\xd9\xed" ABSTTL OK > type key none ``` **Expected behavior** Th...
**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...
See this https://github.com/BlackYuzia/Dragonfly-Bull to reproduce. 1. Dragonfly rejects EVAL under MULTI (which could potentially be fixed by making the multi TX global - dynamically) 2. We also do not allow...