Skip to content

Commit 35eabb2

Browse files
susnuxcome-nc
andauthored
Update lib/private/Memcache/KeyValueCache.php
Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com> Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
1 parent 9d00f56 commit 35eabb2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/private/Memcache/KeyValueCache.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
*/
2424
class KeyValueCache extends Cache implements IMemcacheTTL {
2525
/** name => [script, sha1] */
26-
public const LUA_SCRIPTS = [
26+
private const LUA_SCRIPTS = [
2727
'dec' => [
2828
'if redis.call("exists", KEYS[1]) == 1 then return redis.call("decrby", KEYS[1], ARGV[1]) else return "NEX" end',
2929
'720b40cb66cef1579f2ef16ec69b3da8c85510e9',

0 commit comments

Comments
 (0)