- 27 Feb, 2014 8 commits
-
-
Erick Hitter authored
Also fixes a code error introduced in 01b7283c, where the key, not the retrieved value, was passed to the `restore_value_from_redis()` method.
-
Erick Hitter authored
-
Erick Hitter authored
Correct error in how additional global and non-persistent groups are added, which corrupted the arrays holding those groups. In 868c0a8c, I blindly copied two missing functions from another object caching plugin, not paying enough attention to how that plugin managed the data versus how this plugin does. As a result, the arrays of groups had some entries keyed by the group, others were unkeyed and the value represented the group.
-
Erick Hitter authored
-
Erick Hitter authored
-
Erick Hitter authored
Serialize data when necessary as Redis only accepts strings. Also, properly store non-expiring values.
-
Erick Hitter authored
-
Erick Hitter authored
Supports alternative Redis configurations without requiring hacks to the plugin file
-
- 20 Jul, 2013 2 commits
-
-
Erick Hitter authored
Prevent redeclaration fatals when the object cache class is instantiated more than once, as happens with Batcache.
-
Erick Hitter authored
The `WP_Object_Class` implementation already leverages the data these two methods manipulate.
-
- 27 May, 2013 2 commits
- 16 May, 2013 2 commits
-
-
Hans Kuijpers authored
added an alternative connection to Redis. Copied this information from https://raw.github.com/nrk/predis/v0.8/README.md
-
Hans Kuijpers authored
-
- 26 Mar, 2013 2 commits
- 25 Mar, 2013 3 commits
- 21 Mar, 2013 1 commit
-
-
Eric Mann authored
-