Changeset 1058755
- Timestamp:
- 01/02/2015 11:55:00 PM (11 years ago)
- Location:
- wp-redis/trunk
- Files:
-
- 3 edited
-
. (modified) (1 prop)
-
object-cache.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-redis/trunk
-
Property
svn:ignore
set to
README.md
Thumbs.db
.git
.gitignore
-
Property
svn:ignore
set to
-
wp-redis/trunk/object-cache.php
r992306 r1058755 324 324 */ 325 325 function add( $key, $data, $group = 'default', $expire = 0 ) { 326 if ( wp_suspend_cache_addition() )326 if ( function_exists( 'wp_suspend_cache_addition' ) && wp_suspend_cache_addition() ) 327 327 return false; 328 328 -
wp-redis/trunk/readme.txt
r1052800 r1058755 1 1 === WP Redis === 2 Contributors: getpantheon, danielbachhuber, mboynes, Outlandish Josh , mpvanwinkle772 Contributors: getpantheon, danielbachhuber, mboynes, Outlandish Josh 3 3 Tags: cache, plugin 4 4 Requires at least: 3.0.1 5 Tested up to: 3.86 Compatible up to: 4. 07 Stable tag: trunk5 Tested up to: 4.1 6 Compatible up to: 4.1 7 Stable tag: 0.1 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset
for help on using the changeset viewer.