Y
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
dvirsky
3274 days ago
Looks like it doesn't, although it supports the cluster control API.
link
cylix
3274 days ago
exactly, it only supports cluster control API for now
link
dvirsky
3274 days ago
Why not go full cluster?
link