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 RedisConnection
RedisConnectionPool. getAvailableConnection()
Retrieves an available connection from the pool.RedisConnection
RedisConnectionPool. 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 void
RedisConnectionPool. releaseConnection(RedisConnection connection)
Releases a Redis connection back to this pool.
-