Package | Description |
---|---|
org.aredis.cache |
Contains the core aredis related classes.
|
Modifier and Type | Field and Description |
---|---|
static Script |
Script.ADD_SCRIPT
Deprecated.
Since version 2.6.12 Redis has an enhanced SET command which has an NX and expiry option. So this script is not required.
|
Modifier and Type | Method and Description |
---|---|
static Script |
Script.getInstance(String s)
This static method must be used to create a Script Object.
|
Modifier and Type | Method and Description |
---|---|
int |
Script.compareTo(Script o) |
Copyright © 2013- Suresh Mahalingam. All Rights Reserved.