Spring Data Key-Value

org.springframework.data.keyvalue.redis.connection
Interface RedisConnectionCommands

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

public interface RedisConnectionCommands

Connection-specific commands supported by Redis.

Author:
Costin Leau

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()

Spring Data Key-Value

Copyright © 2010-2011 SpringSource. All Rights Reserved.