We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2e1954b + 519a6bf commit 64a8134Copy full SHA for 64a8134
src/Stash/Driver/Sub/Memcache.php
@@ -65,7 +65,7 @@ public function set($key, $value, $expire = null)
65
return true;
66
}
67
68
- return $this->memcached->set($key, array('data' => $value, 'expiration' => $expire), null, $expire);
+ return $this->memcached->set($key, array('data' => $value, 'expiration' => $expire), false, $expire);
69
70
71
/**
0 commit comments