Package redis.clients.jedis
Class Queable
java.lang.Object
redis.clients.jedis.Queable
- Direct Known Subclasses:
Pipeline,TransactionBase
Deprecated.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected final voidclean()Deprecated.protected final <T> Response<T> enqueResponse(Builder<T> builder) Deprecated.protected final Response<?> generateResponse(Object data) Deprecated.protected final intDeprecated.
-
Field Details
-
pipelinedResponses
Deprecated.
-
-
Constructor Details
-
Queable
public Queable()Deprecated.
-
-
Method Details
-
clean
protected final void clean()Deprecated. -
generateResponse
Deprecated. -
enqueResponse
Deprecated. -
getPipelinedResponseLength
protected final int getPipelinedResponseLength()Deprecated.
-