Wiping the slate
This commit is contained in:
parent
4c2a9ce0b2
commit
069ee270b3
@ -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')
|
||||
|
Loading…
Reference in New Issue
Block a user