dragonfly icon indicating copy to clipboard operation
dragonfly copied to clipboard

A modern replacement for Redis and Memcached

Results 633 dragonfly issues
Sort by recently updated
recently updated
newest added

### Discussed in https://github.com/dragonflydb/dragonfly/discussions/1925 Originally posted by **kkalchuri-solutelabs** September 25, 2023 Hi Team, I hosted DragonFly DB on my AWS ECS cluster and connected it to an ALB and added...

bug
minor

![image](https://github.com/dragonflydb/dragonfly/assets/20553775/813f644d-2236-47ab-b839-e18956a41bc5) https://serverfault.com/questions/201294/nfsxxxx-files-appearing-what-are-those

bug
minor

implementing JSON.MSET https://redis.io/commands/json.mset/

enhancement
minor

Full log is here: https://github.com/dragonflydb/dragonfly/actions/runs/6605113149/job/17939973096 specifically: ``` 50: 0x560764532e64 boost::context::detail::fiber_ontop() 50: 0x5607645326ae boost::context::fiber::resume_with() 50: 0x560764531bae util::fb2::detail::FiberInterface::SwitchTo() 50: 0x5607645131ed util::fb2::detail::Scheduler::Preempt() 50: 0x56076289b337 util::fb2::detail::FiberInterface::Suspend() 50: 0x56076289d086 util::fb2::EventCount::wait() 50: 0x560763a491cb util::fb2::EventCount::await() 50: 0x560763a47740...

I know you just add support for search but I thought reporting you this can help. When we follow the example here https://redis.io/docs/interact/search-and-query/indexing/ this command return nothing: ``` 127.0.0.1:6379> FT.SEARCH...

bug

I don't manage to use the operator in k8s with prometheus, the doc covers just with the helm chart, thanks

documentation
docs-fixit

memcache has additional `flags` property for each its entries. We maintain it in a separate datastructure `mc_flags`. 1. SAVE/LOAD procedures do not support them because it's not part of the...

enhancement

Today if not all master shards response with partial sync than we fallback to fullsync. We can improve the logic to enable partial on shards that response with partial and...

enhancement
replication

When a master is promoted with `TAKEOVER`, it should remember the previous master id it replicated and offer partial sync from that ID for additional replicas.

enhancement
replication

If X is replicating Y and we get a `REPLICAOF Y` to `X`, it should preserve the offsets of the replication and start a partial sync. This will require maintaining...

enhancement
replication