-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#88: ENG-2982 Ensure we check TTL when we look up the type of a subdoc
Summary: We had a bug for redis commands which used a combination of EX and NX. While retrieving only the type of the SubDocument, we wouldn't check the TTL and hence we would surface subdocuments that shouldn't exist. This has been fixed to ensure we check the TTL as part of this operation. Test Plan: Unit test. Reviewers: mikhail, sergei Reviewed By: sergei Subscribers: kannan, ybase Differential Revision: https://phabricator.dev.yugabyte.com/D4295
- Loading branch information
1 parent
beae94d
commit a4498b4
Showing
3 changed files
with
36 additions
and
3 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
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
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