mirror of
https://github.com/redis/redis.git
synced 2026-04-21 03:01:35 -04:00
Cluster refactor: Create new cluster.c and include of cluster_legacy.h
create new cluster.c Signed-off-by: Josh Hershberg <yehoshua@redis.com> forgot to #include cluster_legacy.h Signed-off-by: Josh Hershberg <yehoshua@redis.com>
This commit is contained in:
0
src/cluster.c
Normal file
0
src/cluster.c
Normal file
@@ -30,6 +30,7 @@
|
||||
|
||||
#include "server.h"
|
||||
#include "cluster.h"
|
||||
#include "cluster_legacy.h"
|
||||
#include "endianconv.h"
|
||||
#include "connection.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user