We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd4a735 commit d9770a9Copy full SHA for d9770a9
src/main/java/redis/clients/jedis/ReliableTransaction.java
@@ -16,8 +16,7 @@
16
import redis.clients.jedis.graph.GraphCommandObjects;
17
18
/**
19
- * ReliableTransaction is a transaction where commands are immediately sent to Redis server and the
20
- * 'QUEUED' reply checked.
+ * A transaction where commands are immediately sent to Redis server and the {@code QUEUED} reply checked.
21
*/
22
public class ReliableTransaction extends TransactionBase {
23
src/main/java/redis/clients/jedis/Transaction.java
@@ -15,7 +15,7 @@
15
- * A pipeline based transaction.
+ * A transaction based on <a href="https://redis.io/docs/manual/pipelining/">pipelining</a>.
public class Transaction extends TransactionBase {
0 commit comments