Interface RedisCommands

All Known Subinterfaces:
AutoSuggestCommands<K>, BitMapCommands<K>, BloomCommands<K,V>, CountMinCommands<K,V>, CuckooCommands<K,V>, GeoCommands<K,V>, GraphCommands<K>, HashCommands<K,F,V>, HyperLogLogCommands<K,V>, JsonCommands<K>, KeyCommands<K>, ListCommands<K,V>, PubSubCommands<V>, SearchCommands<K>, SetCommands<K,V>, SortedSetCommands<K,V>, StreamCommands<K,F,V>, StringCommands<K,V>, TimeSeriesCommands<K>, TopKCommands<K,V>, ValueCommands<K,V>
All Known Implementing Classes:
AbstractRedisCommandGroup, BlockingAutoSuggestCommandsImpl, BlockingBitmapCommandsImpl, BlockingBloomCommandsImpl, BlockingCountMinCommandsImpl, BlockingCuckooCommandsImpl, BlockingGeoCommandsImpl, BlockingGraphCommandsImpl, BlockingHashCommandsImpl, BlockingHyperLogLogCommandsImpl, BlockingJsonCommandsImpl, BlockingKeyCommandsImpl, BlockingListCommandsImpl, BlockingPubSubCommandsImpl, BlockingSearchCommandsImpl, BlockingSetCommandsImpl, BlockingSortedSetCommandsImpl, BlockingStreamCommandsImpl, BlockingStringCommandsImpl, BlockingTimeSeriesCommandsImpl, BlockingTopKCommandsImpl

public interface RedisCommands
Interface implemented by imperative Redis command groups.
  • Method Details