Skip to content

Instantly share code, notes, and snippets.

@karmi
karmi / downloads_counter_sorted_sets.sh
Created May 16, 2011 11:47
Counters with Redis Sorted Sets
# ===============================
# Counters with Redis Sorted Sets
# ===============================
redis-cli DEL downloads:total downloads:total:today downloads:files:total downloads:files:2011-05-10
# --------------
# STORING COUNTS
# --------------
# On each hit for file, do this: