Rogger Valverde
Rogger Valverde
hi guys, yes my first idea was to support a way to add additional metadata to the connection, for example in bull package, each connection saves the queueName using CLIENT...
hi @yossigo I tried to extend the HELLO command, could you please help me with some :eyes: on it when have some chance?
@JamesMessinger could you please review this PR when have some free time
> Interesting that the errorListener is missing, I was also wondering why errors were not appearing, any chance to have a fix for it? hi @Visot, I'm still trying to...
hi @kibertoad, please when you get some time :eyes:
@carlosantoniodasilva pls when you get some time :eyes:
hello guys, I see your point, let me also add some context about this change, so I was using minimatch package and combining it with https://www.npmjs.com/package/lodash.template, something like: ```js export...
hi @juliangruber, I have to add `\\` because in strings, in order to take in count the backslash character, it needs to be added with a second backslash since it...
I'm facing same issue too when using quit method, looks like it's coming from this [line](https://github.com/redis/ioredis/blob/main/lib/Redis.ts#L784)
found the issue in my side, there was a pending command that was not resolved so when closing, it throws that error