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.dbIndex - http://redis.io/commands/selectbyte[] echo(byte[] message)
message via server roundtrip.message - http://redis.io/commands/echoString ping()
http://redis.io/commands/pingCopyright © 2021 Pivotal Software, Inc.. All rights reserved.