This commit is contained in:
2025-08-16 08:28:52 +02:00
parent 7bcb673361
commit ad255a9f51
4 changed files with 265 additions and 0 deletions

View File

@@ -36,6 +36,9 @@ pub enum Cmd {
Client(Vec<String>),
ClientSetName(String),
ClientGetName,
// List commands
LPush(String, Vec<String>),
RPush(String, Vec<String>),
Unknow(String),
}