Uses Redis as a shared key value store.
// Domain Object
{
  kvstores: {
    // The identifier of the KVStore
    shared_redis: {
      type: redis
      // The URL to use when connecting to redis
      url: "redis://redis.example.com:6379"
    }
  }
}