Wiping the slate

This commit is contained in:
Dan Buch 2012-02-28 23:39:35 -05:00
parent 4c2a9ce0b2
commit 069ee270b3

View File

@ -19,6 +19,8 @@ def main
inst = Fancy.new('yup!')
['foo', 'derp', 'hamsters'].each { |k| redis.del(k) }
puts redis.set('foo', 'bar')
puts redis.set('derp', inst.to_yaml)
puts redis.sadd('hamsters', 'albert')