EasyCaching icon indicating copy to clipboard operation
EasyCaching copied to clipboard

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

Open SeaLee02 opened this issue 1 year ago • 0 comments

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

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

SeaLee02 avatar Mar 08 '24 09:03 SeaLee02