Method: WebFetch::Storage::Redis#store
- Defined in:
- lib/web_fetch/storage/redis.rb
#store(key, obj) ⇒ Object
15 16 17 |
# File 'lib/web_fetch/storage/redis.rb', line 15 def store(key, obj) storage.set(key, obj.to_json, ex: ttl) end |