Hacker News new | ask | show | jobs
by gaius 3274 days ago
Does this correctly handle Redis clustering? E.g. the "get it from this other node" message? I don't see a handler for that in redis_client.cpp.
1 comments

Looks like it doesn't, although it supports the cluster control API.
exactly, it only supports cluster control API for now
Why not go full cluster?