Package redis.clients.jedis.commands
Interface HashPipelineCommands
- All Known Subinterfaces:
PipelineCommands
- All Known Implementing Classes:
ClusterPipeline,MultiNodePipelineBase,Pipeline,ReliableTransaction,ShardedPipeline,Transaction,TransactionBase
public interface HashPipelineCommands
-
Method Summary
Modifier and TypeMethodDescriptionhincrByFloat(String key, String field, double value) hrandfield(String key) hrandfield(String key, long count) hrandfieldWithValues(String key, long count) default Response<ScanResult<Map.Entry<String, String>>> hscan(String key, String cursor, ScanParams params)
-
Method Details
-
hset
-
hset
-
hget
-
hsetnx
-
hmset
-
hmget
-
hincrBy
-
hincrByFloat
-
hexists
-
hdel
-
hlen
-
hkeys
-
hvals
-
hgetAll
-
hrandfield
-
hrandfield
-
hrandfieldWithValues
-
hscan
-
hscan
-
hstrlen
-