Impmented SAVE command
This commit is contained in:
@@ -511,4 +511,8 @@ public class Client extends Connection {
|
||||
args.addAll(params.getParams());
|
||||
sendCommand("ZINTERSTORE", args.toArray(new String[args.size()]));
|
||||
}
|
||||
|
||||
public void save() {
|
||||
sendCommand("SAVE");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user