Skip to content

Commit b31b513

Browse files
fix: question138 correct answer
1 parent 2f0f33a commit b31b513

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1666,8 +1666,8 @@ We are so thankful for every contribution, which makes sure we can deliver top-n
16661666

16671667
![Question 138](images/question138.jpg)
16681668

1669-
- [x] Box 1: `IDatabase cache = Connection.GetDatabase();`. Box 2: `cache.StringSet('Team', '');`.
1670-
- [ ] Box 1: `IDatabase cache = Connection.GetDatabase();`. Box 2: `cache ValueDelete('Team');`.
1669+
- [ ] Box 1: `IDatabase cache = Connection.GetDatabase();`. Box 2: `cache.StringSet('Team', '');`.
1670+
- [x] Box 1: `IDatabase cache = Connection.GetDatabase();`. Box 2: `cache KeyDelete('Team');`.
16711671
- [ ] Box 1: `ICache cache = Connection.GetDatabase();`. Box 2: `cache KeyDelete('Team');`.
16721672
- [ ] Box 1: `ICache cache = Connection.GetDatabase();`. Box 2: `cache StringGet('Team', '');`.
16731673

0 commit comments

Comments
 (0)