Better to move all of the redis-commands inside query, mutation, or subscritions inside redis scope like such this: ```graphql query { redis { a: _get(key: "a") } } ```