We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07a204d commit 253542eCopy full SHA for 253542e
src/Psr16/MemcachedEngine.php
@@ -72,6 +72,8 @@ protected function lazyLoadMemCachedServers(): void
72
}
73
if (is_int($opt)) {
74
$this->memCached->setOption($opt, $val);
75
+ } else {
76
+ $this->logger->warning("[Memcached] Failed to set option {$opt} with value " . json_encode($val));
77
78
79
0 commit comments