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 im using this redis client in an AWS Lambda to write data to an ElastiCache instance. When updating to v5, I noticed a sharp increase in lambda execution time (previous avg 70ms, new avg 850ms).
The function only connects to the server, does a single RPUSH, and closes the connection.
After downgrading to v4.7.1, the execution time is back down to normal.