| 1 | // This example shows how to use the blocking LPUSH command. |
| 2 | |
| 3 | // This code shows how to run with isolation the blPop Command to block the script while waiting for a value to be pushed to the list. |
| 4 | // The script will be blocked until the LPUSH command is executed. |
nothing calls this directly
no test coverage detected