objectcache: Add @ingroup to RedisBagOStuff
authorTimo Tijhof <krinklemail@gmail.com>
Thu, 30 Nov 2017 23:51:26 +0000 (15:51 -0800)
committerTimo Tijhof <krinklemail@gmail.com>
Thu, 30 Nov 2017 23:52:01 +0000 (15:52 -0800)
Was missing from "Cache" group, as well as from the cross-component
"Redis" group.

Change-Id: I52ebc93cf472a4acc383742e0ea5c15c5a6db537

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 */