1.

In a Redis transaction, we can use ________ command to enter into the transaction and queue the transaction commands instead of executing them.

Answer»

In a Redis TRANSACTION, we can use ________ command to enter into the transaction and queue the transaction commands INSTEAD of executing them.
Choose the CORRECT the option from below list
(1)Discard
(2)EXEC
(3)Multi

Answer:-(3)Multi



Discussion

No Comment Found