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

支持AOP吗?

pinzi opened this issue · comments

1.set/get超时失败,想要结合polly重试
2.消费失败挂起的消息60秒后重新进入消费队列,想要获取这些消息的数量

以上两种场景,怎么处理比较好呢?

commented

重载FullRedis或者 RedisQueue等类,可以实现你想要的行为