memcached
Here are 674 public repositories matching this topic...
-
Updated
Dec 25, 2021 - C#
-
Updated
Dec 24, 2021 - Ruby
-
Updated
Nov 14, 2021 - PHP
-
Updated
Dec 6, 2021 - C#
-
Updated
Oct 5, 2021 - Go
Seem we need RemoveAll cache with out parameter, or can called by remove everything for invalidate all cache.
For now I use following code
var listPrefix = new List<string>
{
"foo",
"bar",
"another-foo"
};
listPrefix.ForEach(prefix => {
cachingProvider.RemoveByPrefix(prefix);
});
Instead of write above code, we may can write single like below
` cachin
-
Updated
Jul 15, 2021 - C++
-
Updated
Sep 22, 2020 - Shell
-
Updated
Sep 28, 2021 - Java
建议BaseRepository 里增加返回 IQueryable 的Get / GetAsync 的方法
有了之后就可以在service 里面进行拼接LINQ 用于获取到ViewModel中关联其他类的数据
Steps to reproduce:
- I have about 5 millions of items in Redis.
- Call
cache.clear()without arguments.
As a temporary workaround I had to call redis-cli FLUSHALL from terminal.
Hey,
I see awesome MySQL preset but at case in my company there are still missing some features. We need three things:
- Run in root mode.
- Don't choose database at start because we have multiple db's in single MySQL instance.
- Mount Docker volumes. We use internal cache for seeds and it's saved in Docker volume.
Here's a quick sneak peek what I'm talking about in code:
https://g
-
Updated
Dec 6, 2021 - C++
-
Updated
Jan 8, 2019 - PHP
-
Updated
May 20, 2021 - C++
-
Updated
Sep 9, 2021 - Go
-
Updated
Sep 15, 2021 - Go
-
Updated
Mar 25, 2019 - JavaScript
Get能否类似post设置request Header,现在貌似没有提供
Improve this page
Add a description, image, and links to the memcached topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the memcached topic, visit your repo's landing page and select "manage topics."
The MinSendBackupAfterMs is now set to 1 ms. Unfortunately this causes backup requests to be send when there is low load. It would be useful if we could set the minimum a little bit higher for certain endpoints.