dragonfly
dragonfly copied to clipboard
A modern replacement for Redis and Memcached
Addresses #1419 and form the basis for #1418. 1. Allows non-tls replica to connect to tls enabled master via non tls connection. (This should be used when both master and...
Apparently we're not allowed to use `with` with multiple assignments yet :)
**Describe the bug** The command `ZUNION 0 key` causes dragonfly to crash (but works on release). **To Reproduce** 1. Build dragonfly with in debug mode 2. Start dragonflydb 3. Connect...
**Describe the bug** When running my self compiled dragonfly binary from main branch I am getting the following : ``` ./dragonfly Illegal instruction (core dumped) ``` From gdb : ```...
**Java Integration.** Hey Dragonfly owners, would you mind writing a client for this library in Java? or will you support this implementation if someone like to do it? **Use in...
XREADGROUP lets consumers read entries from streams. This PR implements the `XREADGROUP` command. Fixes #1433
This PR fixes a small issue with slashes when printing log directories at startup. Specifically, the following demonstrates the issue: ``` ./dragonfly --log_dir=/tmp/something output: /tmp/somethingdragonfly.* ```
Following a PR #1485 we should protect admin connections from clients coming from a main listener. UDS listener is not important here because it's not gonna be enabled for the...
1. add tls-ca-cert-file flag to allow loading of the CA cert file 2. allows redis-cli to connect over tls without --insecure flag #1418 (addresses item 3 in the list)
Dragonfly instance, there is no command duration information in the metrics information. When troubleshooting problems, the business side pays more attention to the command duration indicator.