Skip to content

Instantly share code, notes, and snippets.

@scottwillson
Last active May 15, 2019 18:16
Show Gist options
  • Save scottwillson/b3c016b827a2ddee7f40b929f0fad327 to your computer and use it in GitHub Desktop.
Save scottwillson/b3c016b827a2ddee7f40b929f0fad327 to your computer and use it in GitHub Desktop.
Flagged list response
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