Package org.nuxeo.ecm.core.redis
Interface RedisAdmin
-
- All Known Implementing Classes:
RedisComponent
public interface RedisAdmin
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Long
clear(String prefix)
Clear keys in redisRedisPoolDescriptor
getConfig()
String
load(String bundle, String name)
Load script in redisString
namespace(String... names)
-
-
-
Method Detail
-
getConfig
RedisPoolDescriptor getConfig()
-
load
String load(String bundle, String name) throws IOException
Load script in redis- Throws:
IOException
- Since:
- 6.0
-
-