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 Longclear(String prefix)Clear keys in redisRedisPoolDescriptorgetConfig()Stringload(String bundle, String name)Load script in redisStringnamespace(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
-
-