Fail EXEC command in case a watched key is expired (#9194)
There are two issues fixed in this commit: 1. we want to fail the EXEC command in case there is a watched key that's logically expired but not yet deleted by active expire or lazy expire. 2. we saw that currently cache time is update in every `call()` (including nested calls), this time is being also being use for the isKeyExpired comparison, we want to update the cache time only in the first call (execCommand) Co-authored-by:Oran Agra <oran@redislabs.com> (cherry picked from commit ac8b1df8)
Please register or sign in to comment