dotnetcore / dotnetcore/EasyCaching

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

Open
#522 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
C#
Stars
2.1k
Forks
336
PR merge metrics
No merged PRs in 30d

Description

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

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

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.