Abhradeep Chakraborty
Abhradeep Chakraborty
XREADGROUP lets consumers read entries from streams. This PR implements the `XREADGROUP` command. Fixes #1433
Fixes #1398 cc: @romange
Run Bullmq tests with dragonfly. Run it periodically inside daily build pipeline.
Command reference info - https://redis.io/commands/xreadgroup/
This is a draft PR to add support for `xclaim` command. The implementation code is somewhat ready. But as Dragonfly still doesn't support `xgroup createconsumer`, tests are not included in...
While I was exploring the open source Karina project, I discovered that the code written in [pkg/elastic/export.go](https://github.com/flanksource/karina/blob/master/pkg/elastic/export.go) is using [github.com/olivere/elastic](http://github.com/olivere/elastic) package. But according to the project repo, this is deprecated...
**Describe the bug** `dfly load` on master doesn't replicate the snapshot onto replicas. I set some keys on master after loading the snapshot and then listed down the keys on...
Fixes #138 Fixes #165