Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Give the `REDIS_USER_VALID` permission to execute all commands rather than a restricted list. This fixes the "respects database setting" test after restoring atomic updates in the preceding commit because it now has permission to execute `EVAL` commands. It was painful to debug because `commit_pipeline` didn't return any errors and just silently failed to increment the key.