class SplitIoClient::Cache::Adapters::RedisAdapter

def get_map(key)

def get_map(key)
  @redis.hgetall(key)
end