Method: Kredis::Types#proxy
- Defined in:
- lib/kredis/types.rb
#proxy(key, config: :shared, after_change: nil) ⇒ Object
6 7 8 |
# File 'lib/kredis/types.rb', line 6 def proxy(key, config: :shared, after_change: nil) type_from(Proxy, config, key, after_change: after_change) end |