コード例 #1
0
ファイル: CommandArgs.java プロジェクト: hanjk1234/redisson
 public CommandArgs<K, V> addKey(K key) {
   return write(codec.encodeKey(key));
 }