Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
wwwanlingxiao
system-design-primer
Commits
d62b4990
Commit
d62b4990
authored
Nov 29, 2017
by
Tony Yao
Committed by
Donne Martin
Dec 01, 2017
Browse files
Correct Redis list structure in Twitter solution (#116)
parent
f631baae
Changes
1
Hide whitespace changes
Inline
Side-by-side
solutions/system_design/twitter/README.md
View file @
d62b4990
...
...
@@ -124,7 +124,7 @@ If our **Memory Cache** is Redis, we could use a native Redis list with the foll
```
tweet n+2 tweet n+1 tweet n
| 8 bytes 8 bytes 1 byte | 8 bytes 8 bytes 1 byte | 8 bytes
7
bytes 1 byte |
| 8 bytes 8 bytes 1 byte | 8 bytes 8 bytes 1 byte | 8 bytes
8
bytes 1 byte |
| tweet_id user_id meta | tweet_id user_id meta | tweet_id user_id meta |
```
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment