Java org.springframework.data.redis.connection.jedis JedisConnection fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.data.redis.connection.jedis JedisConnection fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.data.redis.connection.jedis JedisConnection.

The text is from its open source code.

Constructor

JedisConnection(Jedis jedis, Pool pool, int dbIndex)
Constructs a new JedisConnection instance backed by a jedis pool.

Method

voidsetConvertPipelineAndTxResults(boolean convertPipelineAndTxResults)
Specifies if pipelined results should be converted to the expected data type.