Package com.redis.lettucemod.search
Class SearchCommandArgs<K,V>
java.lang.Object
io.lettuce.core.protocol.CommandArgs<K,V>
com.redis.lettucemod.search.SearchCommandArgs<K,V>
public class SearchCommandArgs<K,V>
extends io.lettuce.core.protocol.CommandArgs<K,V>
Command args for RediSearch connections. This implementation hides the first
key as RediSearch keys are not keys from the key-space.
- Author:
- Julien Ruaux
-
Field Summary
Fields inherited from class io.lettuce.core.protocol.CommandArgs
codec
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.lettuce.core.protocol.CommandArgs
add, add, add, add, addAll, addKeys, addKeys, addValues, addValues, count, encode, getFirstInteger, getFirstString, toCommandString, toString
-
Constructor Details
-
SearchCommandArgs
- Parameters:
codec
- Codec used to encode/decode keys and values, must not be null.
-
-
Method Details
-
getFirstEncodedKey
-
addProperty
-
property
-
add
-
add
-
add
-
addKey
-
addValue
-
add
-
add
-