Title: Cache Group Selection
Last modified: September 1, 2016

---

# Cache Group Selection

 *  Resolved [todiadiyatmo](https://wordpress.org/support/users/todiadiatmo/)
 * (@todiadiatmo)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/cache-group-selection/)
 * Hi !
    I’ve been using the plugin on production site and runs great ! Our site
   running into some serious traffic and the object cache from is generating tons
   of traffic (from redis server to php worker).
 * I analyze the redis with monitor command and digging into the code, i understand
   that by using this plugin my of mysql operation is now move into redis. there
   are many key group (post,comment,term ,etc).
 * I have an idea to create a option panel in your plugin to choose which group 
   to cache and which are not, the goal is to reduce the ammount of redis call and
   redis bandwidth. For example maybe i decided to not cache “post” group on one
   site, but activated this cache group on other site.
 * Do you interested in this feature ? i will develop this and create a pull request
   if you want.
 * Cheers !
 * [https://wordpress.org/plugins/redis-cache/](https://wordpress.org/plugins/redis-cache/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Till Krüss](https://wordpress.org/support/users/tillkruess/)
 * (@tillkruess)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/cache-group-selection/#post-7650670)
 * Thanks!
 * You can already access `$global_groups` and `$no_redis_groups` via the `$wp_object_cache`
   global variable.
 * However I’ll support the use of constants in the next release to set them directly
   in your config.

Viewing 1 replies (of 1 total)

The topic ‘Cache Group Selection’ is closed to new replies.

 * ![](https://ps.w.org/redis-cache/assets/icon-256x256.gif?rev=2568513)
 * [Redis Object Cache](https://wordpress.org/plugins/redis-cache/)
 * [Support Threads](https://wordpress.org/support/plugin/redis-cache/)
 * [Active Topics](https://wordpress.org/support/plugin/redis-cache/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/redis-cache/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/redis-cache/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Till Krüss](https://wordpress.org/support/users/tillkruess/)
 * Last activity: [9 years, 10 months ago](https://wordpress.org/support/topic/cache-group-selection/#post-7650670)
 * Status: resolved