jenkins-bot has submitted this change and it was merged. Change subject: Fix key prefix comment after 0a38dbc809c8 ......................................................................
Fix key prefix comment after 0a38dbc809c8 Change-Id: I9085d1f0020917b431d9ef7afd4de93e54df0abc --- M includes/libs/objectcache/WANObjectCache.php 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Legoktm: Looks good to me, approved jenkins-bot: Verified diff --git a/includes/libs/objectcache/WANObjectCache.php b/includes/libs/objectcache/WANObjectCache.php index ad7bc08..f12cb4c 100644 --- a/includes/libs/objectcache/WANObjectCache.php +++ b/includes/libs/objectcache/WANObjectCache.php @@ -58,7 +58,7 @@ * to avoid collisions with keys that are not wrapped as metadata arrays. The * prefixes are as follows: * - a) "WANCache:v" : used for regular value keys - * - b) "WANCache:s" : used for temporarily storing values of tombstoned keys + * - b) "WANCache:i" : used for temporarily storing values of tombstoned keys * - c) "WANCache:t" : used for storing timestamp "check" keys * * @ingroup Cache -- To view, visit https://gerrit.wikimedia.org/r/292084 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I9085d1f0020917b431d9ef7afd4de93e54df0abc Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/core Gerrit-Branch: master Gerrit-Owner: Aaron Schulz <[email protected]> Gerrit-Reviewer: Legoktm <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
