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
Certain command parameter enums, specifically ClientKillFilters for the CLIENT KILL command, were not publicly exported by the @redis/client package. The purpose of this change is to make the ClientKillFilters enum accessible to all package consumers, eliminating the need for users to rely on an unstable internal import path. This matters because it provides a reliable and supported way for developers to use commands that require these enums, improving the package's usability and API stability. fixes: #2805 Co-authored-by: Nikolay Karadzhov <nkaradzhov89@gmail.com>
0 commit comments