redis @qrush
smart cache, job queues, high speed analytics
> touch normal.txt
> stat -f "%Sp" normal.txt
stat = File.stat("normal.txt")
mode = sprintf("%b", stat.mode)
bits = mode.scan(/\d/)
something = [["something", 0], ["another", 2]]
Hash[*something]
redis.sort("user_ids", by: "blah_", get: "handle_")