Rémy Choffardet

Results 2 issues of Rémy Choffardet

### Discussed in https://github.com/Shopify/hydrogen/discussions/2755 Originally posted by **rchoffar** February 13, 2025 Hello, I am new to Hydrogen and tried to implement my first project During the initialisation i followed the...

documentation

### Description Hello Here is my implementation of a pubsub ```ts class RedisGraphqlPubSub implements PubSub { constructor( private readonly redisClient: RedisClientType, private readonly logger: ILoggerService ) {} async publish( routingKey:...

Bug