public interface RedisConnectionCommands
Modifier and Type | Method and Description |
---|---|
byte[] |
echo(byte[] message)
Returns
message via server roundtrip. |
String |
ping()
Test connection.
|
void |
select(int dbIndex)
Select the DB with given positive
dbIndex . |
void select(int dbIndex)
dbIndex
.
See http://redis.io/commands/select
dbIndex
- byte[] echo(byte[] message)
message
via server roundtrip.
See http://redis.io/commands/echo
message
- String ping()
See http://redis.io/commands/ping
Copyright © 2011-2016–2016 Pivotal Software, Inc.. All rights reserved.