コード例 #1
0
 public Task <bool> ExistsAsync(string key) => MultiAsync(KeyCommands.Exists(key));
コード例 #2
0
 public bool Exists(string key) => Multi(KeyCommands.Exists(key));