EasyCaching icon indicating copy to clipboard operation
EasyCaching copied to clipboard

:boom: EasyCaching is an open source caching library that contains basic usages and some advanced usages of caching which can help us to handle caching more easier!

Results 47 EasyCaching issues
Sort by recently updated
recently updated
newest added

Refactor SERedis.BaseSetAll to set all values at once

## Description [Description of the bug or feature] ### Steps to Reproduce 1. 2. ### Related code ``` insert short code snippets here ``` **Expected behavior:** [What you expected to...

question
area-inmemory

## Description EasyCaching.Serialization.SystemTextJson 1.6.1 里的EasyCachingJsonSerializerOptions 属性都是只读的,无法设置值 ### Steps to Reproduce 1. option.WithSystemTextJson((EasyCachingJsonSerializerOptions opt) => { },"Json"); 2. the EasyCachingJsonSerializerOptions all properties are readonly,can`t set value;

question
area-serialization

## Description I use EasyCaching.SQLite in Excel VSTO project, but it reports an error while using. The error message is shown in the following figure. [Description of the bug or...

希望EasyCache可以动态添加缓存地址,在使用的时候可以通过configCode来动态切换缓存数据库 最近由于业务需要,不同redis服务器都被存在在了数据库的表里的,然后在使用的时候需要动态的从库里获取这些redis的配置,然后来动态切换redis,从而获取不同服务器的缓存数据 期望能提供过一个类似sqlsugar动态创建连接池和动态切库的功能,非常感谢!

https://github.com/dotnetcore/EasyCaching/blob/266bec0e6825231e4c99196c2395f02364367bd7/src/EasyCaching.Core/EasyCachingAbstractProvider.cs#L723 We proceed to delete a list of records that share a pattern in the cache keys; the process takes 2 to 3 seconds to complete for a number of...

可以提供Redis Bus的具体使用案例吗,源代码也没提供Redis Bus的相关配置

有序集合能否增加 Redis Zrevrange 功能呢?

Hi, I'm using EasyCaching.Redis in one of my projects. I'm trying to debug something using APM so I thought it would be handy to add it in. This is the...

## Description How can I delete all keys with the correct prefix that was set up in set-up code. For example: UseRedis( options => options.DBConfig.KeyPrefix = "dev1" I want to...

question
area-redis