Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
Redis Object Cache
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
WP Plugins
Redis Object Cache
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
master
Select Git revision
Branches
1
master
default
1 result
Begin with the selected commit
Created with Raphaël 2.2.0
26
Sep
19
May
16
10
Apr
29
Mar
7
5
3
27
Feb
27
Jul
20
26
May
16
25
Mar
21
Add support for Redis sockets connections instead of just TCP
master
master
Pinking shears
Merge pull request #13 from lkwdwrd/dependencies
Remove predis submodule
PHP Redis will now serialize and unserialize the data internally
Use the redis PHP serializer by default
commit to the Redis PECL extension
Make sure i18n exists before using it and pass through if it does not
Don't use is_multisite unless it is defined
Remove absint calls for abs and intval
Merge pull request #11 from hans2103/patch-3
added authentication to connect with Redis
Update some docs for 1.0
Merge pull request #9 from ethitter/master
Ensure 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 documentation
i18n
Note that Redis was used in stats output
Coding standards
Improve behaviour when Redis is unavailable
Add support for Redis PECL library
Minor cleanup
Only 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 references
Match 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 Memcache
Remove 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