インターフェース RedisCommands

すべてのスーパーインターフェース:
RedisConnectionCommandsRedisGeoCommandsRedisHashCommandsRedisHyperLogLogCommandsRedisKeyCommandsRedisListCommandsRedisPubSubCommandsRedisScriptingCommandsRedisServerCommandsRedisSetCommandsRedisStreamCommandsRedisStringCommandsRedisTxCommandsRedisZSetCommands
すべての既知のサブインターフェース:
DefaultedRedisClusterConnectionDefaultedRedisConnectionRedisClusterConnectionRedisConnectionRedisConnectionUtils.RedisConnectionProxyStringRedisConnection
すべての既知の実装クラス:
AbstractRedisConnectionDefaultStringRedisConnectionJedisClusterConnectionJedisConnectionLettuceClusterConnectionLettuceConnection

Redis でサポートされるコマンドを定義するインターフェース。
作成者:
Costin Leau, Christoph Strobl, Mark Paluch
  • メソッドの詳細

    • execute

      @Nullable ObjectSE execute(StringSE command, byte[]... args)
      指定された Redis コマンドと指定された引数のネイティブまたは生の実行。

      コマンドは、できる限り解釈を少なくしてそのまま実行されます。引数や結果の処理は呼び出し側の責任になります。

      パラメーター:
      command - Redis commandSE を実行します。null であってはなりません。
      args - オプションのコマンド引数の配列。空の場合もあります。
      戻り値:
      実行結果。null の場合もあります。