|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD | |||||||
public interface RedisProvider
| Method Summary | |
|---|---|
Object
|
withRedis(Closure closure)
|
Object
|
withRedis(String datasourceName, Closure closure)
|
Object
|
withRedis(CallableWithArgs callable)
|
Object
|
withRedis(String datasourceName, CallableWithArgs callable)
|
| Method Detail |
|---|
public Object withRedis(Closure closure)
public Object withRedis(String datasourceName, Closure closure)
public Object withRedis(CallableWithArgs callable)
public Object withRedis(String datasourceName, CallableWithArgs callable)
Groovy Documentation