Last active
May 15, 2019 18:16
-
-
Save scottwillson/b3c016b827a2ddee7f40b929f0fad327 to your computer and use it in GitHub Desktop.
Flagged list response
This file contains hidden or 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
redis srv app result | |
---- --- --- ------ | |
add x [add x] [] [x] | |
add [add] [x] [x] or [x, x]? | |
add, add [add] [] [x] | |
add, add [add] [x] [x] or [x, x]? | |
del [del] [] [] | |
del [del] [x] [] | |
add, del [] [] [] | |
add, del [] [x] [x] | |
del, add [add] [] [x] | |
del, add [add] [x] [x] | |
Shouldn't add, del be [del]? No, it should be [] | |
app dels then adds | |
{fare_media_id: [add, del, add]} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment