Skip to content

Instantly share code, notes, and snippets.

@mensfeld
Created January 10, 2019 09:13
Show Gist options
  • Save mensfeld/ec29ca116ba45b0b7a80057b7c851d9e to your computer and use it in GitHub Desktop.
Save mensfeld/ec29ca116ba45b0b7a80057b7c851d9e to your computer and use it in GitHub Desktop.
puts client.get #=> []
puts client.add('12313131') #=> ['12313131']
puts client.add('msg') #=> ['12313131', 'msg']
puts client.del('msg') #=> ['12313131']
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment