| 1 | // How to mix and match supported commands that have named functions with |
| 2 | // commands sent as arbitrary strings in the same transaction context. |
| 3 | // Use this when working with new Redis commands that haven't been added to |
| 4 | // node-redis yet, or when working with commands that have been added to Redis |
nothing calls this directly
no test coverage detected