From 1187128d2cf16e4dc919b90b9afd71483ba9168c Mon Sep 17 00:00:00 2001 From: Vasileios Zois Date: Tue, 14 May 2024 10:59:12 -0700 Subject: [PATCH] renamed cluster folder hierarchy --- libs/cluster/{Parser => Parsing}/ClusterSubCommand.cs | 0 libs/cluster/{Parser => Parsing}/ClusterSubCommandParsing.cs | 0 libs/cluster/{Resp => Session}/RespClusterBasicCommands.cs | 0 libs/cluster/{Resp => Session}/RespClusterFailoverCommands.cs | 0 libs/cluster/{Resp => Session}/RespClusterMigrateCommands.cs | 0 libs/cluster/{Resp => Session}/RespClusterReplicationCommands.cs | 0 .../{Resp => Session}/RespClusterSlotManagementCommands.cs | 0 7 files changed, 0 insertions(+), 0 deletions(-) rename libs/cluster/{Parser => Parsing}/ClusterSubCommand.cs (100%) rename libs/cluster/{Parser => Parsing}/ClusterSubCommandParsing.cs (100%) rename libs/cluster/{Resp => Session}/RespClusterBasicCommands.cs (100%) rename libs/cluster/{Resp => Session}/RespClusterFailoverCommands.cs (100%) rename libs/cluster/{Resp => Session}/RespClusterMigrateCommands.cs (100%) rename libs/cluster/{Resp => Session}/RespClusterReplicationCommands.cs (100%) rename libs/cluster/{Resp => Session}/RespClusterSlotManagementCommands.cs (100%) diff --git a/libs/cluster/Parser/ClusterSubCommand.cs b/libs/cluster/Parsing/ClusterSubCommand.cs similarity index 100% rename from libs/cluster/Parser/ClusterSubCommand.cs rename to libs/cluster/Parsing/ClusterSubCommand.cs diff --git a/libs/cluster/Parser/ClusterSubCommandParsing.cs b/libs/cluster/Parsing/ClusterSubCommandParsing.cs similarity index 100% rename from libs/cluster/Parser/ClusterSubCommandParsing.cs rename to libs/cluster/Parsing/ClusterSubCommandParsing.cs diff --git a/libs/cluster/Resp/RespClusterBasicCommands.cs b/libs/cluster/Session/RespClusterBasicCommands.cs similarity index 100% rename from libs/cluster/Resp/RespClusterBasicCommands.cs rename to libs/cluster/Session/RespClusterBasicCommands.cs diff --git a/libs/cluster/Resp/RespClusterFailoverCommands.cs b/libs/cluster/Session/RespClusterFailoverCommands.cs similarity index 100% rename from libs/cluster/Resp/RespClusterFailoverCommands.cs rename to libs/cluster/Session/RespClusterFailoverCommands.cs diff --git a/libs/cluster/Resp/RespClusterMigrateCommands.cs b/libs/cluster/Session/RespClusterMigrateCommands.cs similarity index 100% rename from libs/cluster/Resp/RespClusterMigrateCommands.cs rename to libs/cluster/Session/RespClusterMigrateCommands.cs diff --git a/libs/cluster/Resp/RespClusterReplicationCommands.cs b/libs/cluster/Session/RespClusterReplicationCommands.cs similarity index 100% rename from libs/cluster/Resp/RespClusterReplicationCommands.cs rename to libs/cluster/Session/RespClusterReplicationCommands.cs diff --git a/libs/cluster/Resp/RespClusterSlotManagementCommands.cs b/libs/cluster/Session/RespClusterSlotManagementCommands.cs similarity index 100% rename from libs/cluster/Resp/RespClusterSlotManagementCommands.cs rename to libs/cluster/Session/RespClusterSlotManagementCommands.cs