Merge "objectcache: Add @ingroup to RedisBagOStuff"
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Fri, 1 Dec 2017 06:02:13 +0000 (06:02 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Fri, 1 Dec 2017 06:02:13 +0000 (06:02 +0000)
includes/libs/objectcache/RedisBagOStuff.php

index 583ec37..f720010 100644 (file)
 /**
  * Redis-based caching module for redis server >= 2.6.12
  *
- * @note: avoid use of Redis::MULTI transactions for twemproxy support
+ * @note Avoid use of Redis::MULTI transactions for twemproxy support
+ *
+ * @ingroup Cache
+ * @ingroup Redis
  */
 class RedisBagOStuff extends BagOStuff {
        /** @var RedisConnectionPool */