Skip to content

Commit

Permalink
added an extra question to nosql (Ebazhanov#1425)
Browse files Browse the repository at this point in the history
  • Loading branch information
swordwielder authored Apr 9, 2021
1 parent ddef6a7 commit a3d25c7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions nosql/nosql-quiz.md
Original file line number Diff line number Diff line change
Expand Up @@ -293,3 +293,10 @@
- [ ] The global secondary indexes in DynamoDB are transactionally consistent, and are guaranteed to return correct results.
- [ ] The global secondary indexes in DynamoDB are partially consistent, and are not guaranteed to return correct results.
- [ ] The global secondary indexes in DynamoDB are eventually consistent, and are not guaranteed to return correct results.

#### Q50. Which command do you use to add a value to a Redis stream named mystream?
- [ ] ADD mystream * sensor-id 1234 temperature 19.8 1518951480106-1
- [ ] UPDATE mystream * sensor-id 1234 temperature 19.8 1518951480106-3
- [x] XADD mystream * sensor-id 1234 temperature 9.8 1518951480106-0
- [ ] INSERT mystream * sensor-d 1234 temperature 19.8 15181480106-2

0 comments on commit a3d25c7

Please sign in to comment.