Method: Rubcask::Server::Client#set
- Defined in:
- lib/rubcask/server/client.rb
#set(key, value) ⇒ Protocol::OK, Protocol::ERROR
Set value associated with the key
53 54 55 |
# File 'lib/rubcask/server/client.rb', line 53 def set(key, value) call_method("set", key, value) end |