Uses of Class
redis.clients.jedis.TransactionBase
Packages that use TransactionBase
-
Uses of TransactionBase in redis.clients.jedis
Subclasses of TransactionBase in redis.clients.jedisModifier and TypeClassDescriptionclassReliableTransaction is a transaction where commands are immediately sent to Redis server and the 'QUEUED' reply checked.classA pipeline based transaction.