Cluster: cluster stuff moved from redis.h to cluster.h.

This commit is contained in:
antirez
2013-10-09 15:37:20 +02:00
parent 6fa9b1a420
commit 929b6a4480
7 changed files with 258 additions and 244 deletions

View File

@ -28,6 +28,7 @@
*/
#include "redis.h"
#include "cluster.h"
#include <signal.h>
#include <ctype.h>