Skip to content
Snippets Groups Projects

Repository graph

You can move around the graph by using the arrow keys.
Select Git revision
  • master default
1 result
Created with Raphaël 2.2.026Sep19May1610Apr29Mar75327Feb27Jul2026May1625Mar21Add support for Redis sockets connections instead of just TCPmastermasterPinking shearsMerge pull request #13 from lkwdwrd/dependenciesRemove predis submodulePHP Redis will now serialize and unserialize the data internallyUse the redis PHP serializer by defaultcommit to the Redis PECL extensionMake sure i18n exists before using it and pass through if it does notDon't use is_multisite unless it is definedRemove absint calls for abs and intvalMerge pull request #11 from hans2103/patch-3added authentication to connect with RedisUpdate some docs for 1.0Merge pull request #9 from ethitter/masterEnsure that data retrieved in a `get_multi()` request is properly restored to the original data type.Implement `wp_cache_get_multi()` to retrieve multiple group-key pairs in a single request.Documentation!Updated documentationi18nNote that Redis was used in stats outputCoding standardsImprove behaviour when Redis is unavailableAdd support for Redis PECL libraryMinor cleanupOnly clear the current DB, not all DBs in the Redis instance, when flushing the cache.Add method for changing the blog-specific cache prefix when switching blogs in a multisite environment.Add handling for the various responses Predis returns after performing an action, ensuring a boolean always results.Introduce `replace()` method by repurposing existing `add()` method to be more flexible.Consistency in function naming and internal referencesMatch function order to Core's template and add a function that Core has but we're missing.Add tracking of cache hits and misses, and the attendant function that the Debug Bar plugin uses.Remove `wp_cache_increment()` and `wp_cache_decrement()` as they aren't part of Core's implementation.Implement `increment()` and `decrement()` methods for the corresponding `wp_cache_incr()` and `wp_cache_decr()` functions.Removing more references to MemcacheRemove methods held over from original Memcache plugin, but that aren't part of Core's object cache implementation.Remove irrelevant arguments related to multiple servers (holdover from Memcache basis) and update PHPDoc accordingly.Correct order of arguments passed to `setex()` as they were incorrect--the expiration and value to cache were inverted.Simplify `get()` method's logic rather than duplicating Redis lookup calls.Helps to return values after modifying them, as I failed to do in 01b7283c0.Correct error in how additional global and non-persistent groups are added, which corrupted the arrays holding those groups.
Loading