class Redis::Distributed

def getex(key, **options)

Get the value of a key and sets its time to live based on options.
def getex(key, **options)
  node_for(key).getex(key, **options)
end