Skip to content

Instantly share code, notes, and snippets.

@brunomichetti
Created August 27, 2019 20:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brunomichetti/df075670c92a2b9927d200a1c2ed9d0f to your computer and use it in GitHub Desktop.
Save brunomichetti/df075670c92a2b9927d200a1c2ed9d0f to your computer and use it in GitHub Desktop.
127.0.0.1:6379> keys *
1) "cc:In:104:fans"
2) "cc::Influencer::104::fans_count::recalculation"
3) "cc::Influencer::104::fans_count::deferred"
127.0.0.1:6379> get "cc:In:104:fans"
"100"
127.0.0.1:6379> get "cc::Influencer::104::fans_count::recalculation"
"1"
127.0.0.1:6379> get "cc::Influencer::104::fans_count::deferred"
"1"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment