Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This is a minor fix, SCRIPT EXISTS requires at least three arguments. Before the change, we can do this: ``` 127.0.0.1:6666> script exists (empty array) ``` After: we will return the wrong number of arguments error.
- Loading branch information