You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to use this package. And it is sort of working. It looks like it needs a refresh. Every event that executes - does indeed execute. However, I get a warning from redis:
node_redis: Deprecated: The EVAL command contains a "undefined" argument.
This is converted to a "undefined" string now and will return an error from v.3.0 on.
Please handle this in your code to make sure everything works as you intended it to.
Any chance you could update this?
The text was updated successfully, but these errors were encountered:
I'm trying to use this package. And it is sort of working. It looks like it needs a refresh. Every event that executes - does indeed execute. However, I get a warning from redis:
node_redis: Deprecated: The EVAL command contains a "undefined" argument.
This is converted to a "undefined" string now and will return an error from v.3.0 on.
Please handle this in your code to make sure everything works as you intended it to.
Any chance you could update this?
The text was updated successfully, but these errors were encountered: