InterviewSolution
Saved Bookmarks
| 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. |
|