memcached
Here are 573 public repositories matching this topic...
-
Updated
Jun 12, 2020 - C#
Currently if machinery is misconfigured for the connection to AMQP it will run indefinitely at a exponential backoff. It will be easier for users to detect failure in a production application if the application is allowed to exit out on failures that are not likely going to be recoverable.
-
Updated
Jun 12, 2020 - Ruby
-
Updated
Apr 24, 2020 - PHP
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
-
Updated
Jun 9, 2020 - Go
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?
As #103 showed, we should have clear instructions as to how to add a frontend application inside our NoDock environment.
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
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 commandpython -m pip install -U --force-reinstall pip setuptools
- If you encounter errors with `python3 build
-
Updated
Jun 12, 2020 - C#
We need to implement integration/unit tests for internal/transport
package.
-
Updated
Jan 8, 2019 - PHP
Only updating documentation is holding back 123.09beta01 to 123.09stable release right now. Once documentation is updated, then 123.09stable will be released.
- centminmod.com site documentation
- centminmod.com site faq
-
Updated
May 13, 2020 - C++
-
Updated
Jun 11, 2020 - C++
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.
-
Updated
Mar 25, 2019 - JavaScript
I've found when I installed ROMA from source code on Ubuntu 14.04, there are some dependencies must be satisfied before setup it. Although this is just a tiny issue I still want to add it to the README file. Or, maybe there should be another file like INSTALL.
-
Updated
May 26, 2020 - Go
-
Updated
Oct 22, 2019 - Ruby
-
Updated
Jan 10, 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