We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
clear((key) => { return key == 'aaa' })
返回true,清除,返回false 忽略
The text was updated successfully, but these errors were encountered:
wsCache.delete('aaa');
Sorry, something went wrong.
wsCache.delete(/^manager_/);
这样可以吗?我只是举了个例子,实际应用中有多种需求,如果是个fn就可以按自己的需求去处理相关的问题,不用这么写死
No branches or pull requests
返回true,清除,返回false 忽略
The text was updated successfully, but these errors were encountered: