|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RedisConnectionCommands
Connection-specific commands supported by Redis.
Method Summary | |
---|---|
byte[] |
echo(byte[] message)
Returns message via server roundtrip. |
String |
ping()
Test connection. |
void |
select(int dbIndex)
Select the DB with given positive dbIndex . |
Method Detail |
---|
void select(int dbIndex)
dbIndex
.
dbIndex
- http://redis.io/commands/select
byte[] echo(byte[] message)
message
via server roundtrip.
message
-
http://redis.io/commands/echo
String ping()
http://redis.io/commands/ping
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |