Package redis.clients.jedis
package redis.clients.jedis
-
ClassDescriptionBuilder<T>A decorator to implement Set from List.PoolableObjectFactory custom impl.PoolableObjectFactory custom impl.JedisSocketFactory: responsible for creating socket connections from the within the Jedis client, the default socket factory will create TCP sockets with the recommended configuration.Deprecated.ReliableTransaction is a transaction where commands are immediately sent to Redis server and the 'QUEUED' reply checked.Response<T>A pipeline based transaction.