Interface DecoratedCommand<K,​V,​T>

    • Method Detail

      • getDelegate

        RedisCommand<K,​V,​T> getDelegate()
        The underlying command.
        Returns:
        never null.