Java org.springframework.data.redis.core RedisConnectionUtils fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.data.redis.core RedisConnectionUtils fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.data.redis.core RedisConnectionUtils.

The text is from its open source code.

Method

RedisConnectionbindConnection(RedisConnectionFactory factory)
Binds a new Redis connection (from the given factory) to the current thread, if none is already bound.
RedisConnectiongetConnection(RedisConnectionFactory factory)
Gets a Redis connection from the given factory.
voidreleaseConnection(@Nullable RedisConnection conn, RedisConnectionFactory factory)
Closes the given connection, created via the given factory if not managed externally (i.e.
voidunbindConnection(RedisConnectionFactory factory)
Unbinds and closes the connection (if any) associated with the given factory.