Skip to content
#

memcached

Here are 573 public repositories matching this topic...

adriancole
adriancole commented Aug 29, 2018

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

微信公众平台SDK Senparc.Weixin for C#,支持.NET Framework及.NET Core。已支持微信公众号、小程序、小游戏、企业号、企业微信、开放平台、微信支付、JSSDK、微信周边等全平台。 WeChat SDK for C#.

  • Updated Jun 12, 2020
  • C#
MonDeveloper
MonDeveloper commented Jul 20, 2018

Since my test is a very few steps beyond the "Hello World" of your amazing CacheManager I'm pretty sure I'm failing somewhere but I'm totally blind and I can't get out of it by myself.

As the Issue title says, using the Extension.Caching I'm not able to catch any eviction event, here there is my test code, if you switch the two handles (commented / uncommented) everything works as expected.
Pl

saschat
saschat commented Apr 10, 2018

From what I understand failureMode=true is what other clients call failover=false in the sense that if failure mode is on, the client does not failover to other servers but marks the failed server as dead until it come back up. This is confusing.

In the short term this should be documented. In the long term a configuration like builder.setFailover(true) could be added that sets `failureMo

syserr0r
syserr0r commented Aug 1, 2019

It may be helpful to add the following notes to the Windows build guide:

  • You need to explicitly run the 64-bit version of msys2 (at least on a 64-bit system)
  • If you encounter errors when running python3 setup.py install for the pyfastogt python scripts you may need to run this command python -m pip install -U --force-reinstall pip setuptools
  • If you encounter errors with `python3 build

基于EF Core的Code First模式的DotNetCore快速开发框架,其中包括DBContext、IOC组件autofac和AspectCore.Injector、代码生成器(也支持DB First)、基于AspectCore的memcache和Redis缓存组件,以及基于ICanPay的支付库和一些日常用的方法和扩展,比如批量插入、更新、删除以及触发器支持,当然还有demo。欢迎提交各种建议、意见和pr~

  • Updated Jun 12, 2020
  • C#
keirlawson
keirlawson commented Oct 11, 2019

The current implementation of SimpleMemoryBackend() always returns a reference to the same class when callers might reasonably expect that it creates a new cache each time. This confusion has lead to a bug in one of our libraries that uses SimpleMemoryBackend. It would be great if it were possible to instead create multiple caches with the constructor.

Improve this page

Add a description, image, and links to the memcached topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the memcached topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.