memcached
Here are 614 public repositories matching this topic...
-
Updated
Dec 2, 2020 - C#
-
Updated
Dec 4, 2020 - Ruby
-
Updated
Nov 27, 2020 - PHP
-
Updated
Aug 12, 2020 - C#
We need to validate and sanitize the configuration. We already have this feature at some degree, but it's not good enough and poorly implemented. Every configuration struct has its own validator/sanitizer and these functions have to be called before running an Olric node.
Here is a sample. config.Client has its own Sanitize function and constructor.
// NewClient returns a new con-
Updated
Nov 25, 2020 - Go
-
Updated
Nov 29, 2020 - C++
It's useful model for extend the expiration automatically sometime.
I haven't found related infomation about this feature.
Would you consider to support this feature?
-
Updated
Sep 22, 2020 - Shell
-
Updated
Nov 30, 2020 - Java
建议BaseRepository 里增加返回 IQueryable 的Get / GetAsync 的方法
有了之后就可以在service 里面进行拼接LINQ 用于获取到ViewModel中关联其他类的数据
-
Updated
Jan 8, 2019 - PHP
When using SimpleMemoryBackend, should be important set the max size of internal dict
an idea is use an algorithm to select what to do when dict is "full", remove last element, first, random, rlu ...
-
Updated
Nov 11, 2020 - C++
-
Updated
May 13, 2020 - C++
-
Updated
Mar 25, 2019 - JavaScript
-
Updated
Aug 7, 2020 - Go
Get能否类似post设置request Header,现在貌似没有提供
-
Updated
Oct 27, 2020 - Go
-
Updated
Oct 1, 2020 - Ruby
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."
Let's support at least reading "b3" header from a single string, most commonly traceid-spanid-1
It would also be nice to support optionally writing this, especially in message providers or others with constrained environments.
Expected behavior
As discussed on openzipkin/b3-propagation#21 and first implemented here: https://github.com/openzipkin/brave/blob/master/brave/src/main/java/bra