NewLifeX / NewLife.Redis

High performance redis client, support NETCore/. NET4. 0/. NET4. 5. It is specially optimized for big data and message queue. The average daily consumption of online single application is 10 billion. 高性能Redis客户端,支持.NETCore/.NET4.0/.NET4.5,为大数据与消息队列而特别优化,线上单应用日均100亿调用量

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fullredis search 无法模糊搜索

ioer2008 opened this issue · comments

image

var keys = _fullRedis.Search($"UserModel*", 999);
var count = keys.Count();

count=0

已解决,原因竟然是redis和fullredis,用了不同的db