-
Notifications
You must be signed in to change notification settings - Fork 983
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(lua): Return which undeclared key was accessed (#3245)
* chore(lua): Return which undeclared key was accessed Example: ``` 127.0.0.1:6379> EVAL "return redis.call('SET', 'k', 'v')" 0 (error) ERR Error running script (call to 5c4d62f4e30c54fb15935b5892148e5ce7374077): @user_script:2: script tried accessing undeclared key, key: k ``` * fix --------- Co-authored-by: Roman Gershman <[email protected]>
- Loading branch information
Showing
1 changed file
with
20 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters