public interface JedisAdaptor
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
Long |
del(byte[] key) |
byte[] |
get(byte[] key) |
Long |
pexpire(byte[] key,
long milliseconds) |
String |
set(byte[] key,
byte[] value) |
Copyright © 2018. All rights reserved.