Fetch the key from the cache
Parameters:
Key to check
Returns:
Value of key
42 43 44
# File 'lib/cloud-config/cache/redis.rb', line 42 def get(key) client.get(key) end