Duva - Distributed Cache Server
GET
Retrieve the value associated with a key.
Syntax
GET key
Retrieves the value stored at the specified key. Returns nil
if the key does not exist or has expired.
Example
GET mykey
If mykey
was set to "hello"
, this returns "hello"
.
Notes
- Case-sensitive key matching.