インターフェース RedisCommandsProvider
- すべての既知のサブインターフェース:
DefaultedRedisClusterConnection, DefaultedRedisConnection, RedisClusterCommandsProvider, RedisClusterConnection, RedisConnection, RedisConnectionUtils.RedisConnectionProxy, StringRedisConnection
- すべての既知の実装クラス:
AbstractRedisConnection, DefaultStringRedisConnection, JedisClusterConnection, JedisConnection, LettuceClusterConnection, LettuceConnection
public interface RedisCommandsProvider
RedisCommands および分離されたコマンドインターフェースへのアクセスを提供します。- 導入:
- 3.0
- 作成者:
- Mark Paluch
メソッドのサマリー
修飾子と型メソッド説明commands()RedisCommandsを取得します。RedisGeoCommandsを取得します。RedisHashCommandsを取得します。RedisHyperLogLogCommandsを取得します。RedisKeyCommandsを取得します。RedisListCommandsを取得します。RedisScriptingCommandsを取得します。RedisServerCommandsを取得します。RedisSetCommandsを取得します。RedisStreamCommandsを取得します。RedisStringCommandsを取得します。RedisZSetCommandsを取得します。
メソッドの詳細
commands
geoCommands
hashCommands
hyperLogLogCommands
RedisHyperLogLogCommands hyperLogLogCommands()RedisHyperLogLogCommandsを取得します。- 戻り値:
- 決して null にはなりません。
- 導入:
- 2.0
keyCommands
listCommands
setCommands
scriptingCommands
RedisScriptingCommands scriptingCommands()RedisScriptingCommandsを取得します。- 戻り値:
- 決して null にはなりません。
- 導入:
- 2.0
serverCommands
streamCommands
stringCommands
zSetCommands