kreds
kreds copied to clipboard
Is cluster support dead?
Looks like the branch that should be handling this is untouched for 11 months now and conflicts with the main codebase as well. I've not seen any signs of life around using cluster with kreds. Is it safe to assume that cluster support is dead and that I need to look for a different solution or is there something else I can do that doesn't involve rewriting code?
Ok well no worries. I've switched my code over to io.lettuce instead since I really need cluster support and it has excellent support for it and kotlin in general actually along with all of the various different features of redis (unsure if I really need any of those but will investigate as needed I suppose).