Groovy Documentation

griffon.plugins.redis
[Java] Interface RedisProvider


public interface RedisProvider

Authors:
Andres Almiray


Method Summary
Object withRedis(Closure closure)

Object withRedis(String datasourceName, Closure closure)

Object withRedis(CallableWithArgs callable)

Object withRedis(String datasourceName, CallableWithArgs callable)

 

Method Detail

withRedis

public Object withRedis(Closure closure)


withRedis

public Object withRedis(String datasourceName, Closure closure)


withRedis

public Object withRedis(CallableWithArgs callable)


withRedis

public Object withRedis(String datasourceName, CallableWithArgs callable)


 

Groovy Documentation