Skip to content
New issue

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

reids GetAllKeysByPrefixAsync 获取所有的键方法有问题 #522

Open
SeaLee02 opened this issue Mar 8, 2024 · 0 comments
Open

reids GetAllKeysByPrefixAsync 获取所有的键方法有问题 #522

SeaLee02 opened this issue Mar 8, 2024 · 0 comments

Comments

@SeaLee02
Copy link

SeaLee02 commented Mar 8, 2024

//这里重复加了一遍
 if (!string.IsNullOrWhiteSpace(_options.DBConfig.KeyPrefix))
     prefix = _options.DBConfig.KeyPrefix + prefix;

配置里面的_options.DBConfig.KeyPrefix 不为空,查询的时候又加了一遍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant