class Redis::Future

def _set(object)

def _set(object)
  @object = @transformation ? @transformation.call(object) : object
  value
end