Uses of Class
com.blackrook.redis.RedisConnection
-
Packages that use RedisConnection Package Description com.blackrook.redis Contains classes relevant to connecting to Redis servers. -
-
Uses of RedisConnection in com.blackrook.redis
Methods in com.blackrook.redis that return RedisConnection Modifier and Type Method Description RedisConnectionRedisConnectionPool. getAvailableConnection()Retrieves an available connection from the pool.RedisConnectionRedisConnectionPool. getAvailableConnection(long waitMillis)Retrieves an available connection from the pool.Methods in com.blackrook.redis with parameters of type RedisConnection Modifier and Type Method Description voidRedisConnectionPool. releaseConnection(RedisConnection connection)Releases a Redis connection back to this pool.
-