Roman Gershman
Roman Gershman
no, those tests pass.
The same applies for other popular frameworks. What do we have in golang? nodejs? Java?
yes, we need to document this. Currently, Dragonfly does not support primary/secondary replication. therefore it's not possible to upgrade without downtime. with downtime - it's similar to Redis OSS: you...
I understand what you are asking. We launched 3 months ago and we do not guarantee that future DF versions will necessarily be backward compatible with earlier ones. Currently we...
yes, we can support it, though unlikely we gonna use the same spec as redis. btw, DF saves timestamped files by default, though it's possible to override it, and use...
I think that the simplest and most versatile approach would be to adopt a glob-based spec. For example "10:00" would match 10am, but "*:00" would match every hour. I think...
👍🏼 So, the task is: 1. To introduce a flag `save_schedule` or similar in `server_family.cc` 2. If the flag is not empty, to parse it on a startup and see...
This one requires deep knowledge of DragonflyDB architecture to do correctly. Lets start with other issues for now.
Thanks, @liaohongxing . Indeed I recently stabilized minimum requirements for x86_64 architectures [via here ](https://github.com/romange/helio/commit/445ebf76b96b7360982f2b3c4558ec347ba3adb5) and [here](https://github.com/dragonflydb/dragonfly/commit/a1c3d8e33d2c844b51de409887aad8b882f31e9e) . In short, we require sandybridge or equivalent. For aarch64 we require Graviton2....