it('should add the channel value to the clientId key in the clients hash', async () => {
            const encodedValues = await redis.hGet(
                dataStore.clientsKey,
                clientId
            );