public Task <byte[]> DumpAsync(string key) => MultiAsync(KeyCommands.Dump(key));
 public byte[] Dump(string key) => Multi(KeyCommands.Dump(key));