org.springframework.data.redis.connection
Interface RedisConnectionCommands

All Known Subinterfaces:
RedisCommands, RedisConnection, StringRedisConnection
All Known Implementing Classes:
DefaultStringRedisConnection, JedisConnection, JredisConnection, RjcConnection, SrpConnection

public interface RedisConnectionCommands

Connection-specific commands supported by Redis.


Method Summary
 byte[] echo(byte[] message)
           
 String ping()
           
 void select(int dbIndex)
           
 

Method Detail

select

void select(int dbIndex)

echo

byte[] echo(byte[] message)

ping

String ping()