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
DX-2002: use eval instead of scriptload and evalsha (#137)
* fix: use eval instead of scriptload and evalsha
old version uses two commands while it is possible with a single command. also, I think script load doesn't increment ryw counter so it's possible to try to use evalsha on a script which hasn't actually loaded in a read replica
* fix: test
Use peer dependency for Redis and cast the object to prevent conflict (……#129)
* fix: use peer dep instead
* chore: remove comment
* chore: lint fix
* fix: remove multi field from config redis object to prevent conflicts
* fix: change omit to pick