class SplitIoClient::Cache::Adapters::RedisAdapter

def multiple_strings(keys)

def multiple_strings(keys)
  Hash[keys.zip(@redis.mget(keys))]
end