dragonflydb / dragonfly

A modern replacement for Redis and Memcached
https://www.dragonflydb.io/
Other
25.47k stars 926 forks source link

Fix cluster_mgr.py #2855

Closed chakaz closed 4 months ago

nicks64 commented 5 months ago

could you share some detail or description of what went wrong?

chakaz commented 5 months ago

We've made some changes to the management commands, and haven't yet updated cluster_mgr.py to use them.

nicks64 commented 5 months ago

where are the management commands? do you mind sharing what i can do to contribute?

also feel free to share the changes you made. Thank you!

chakaz commented 5 months ago

First, thanks for your good intentions :) This is one of the internal tasks that are probably best to be implemented by the core team. There are some moving parts and decisions that we haven't yet even documented. However, if you are looking to contribute, please feel free to look at our "good first issue" label or "help wanted" label. Thanks!

chakaz commented 4 months ago

With https://github.com/dragonflydb/dragonfly/pull/3118, https://github.com/dragonflydb/dragonfly/pull/3120, https://github.com/dragonflydb/dragonfly/pull/3124, and https://github.com/dragonflydb/dragonfly/pull/3129 (which adds tests, and will be merged soon) This task is now finished :)