-
http://www.stashphp.com/index.html
Probably a good idea so as to not reinvent the wheel as much by using a popular, well tested library.
-
http://www.stashphp.com/Drivers.html#redis
The example code is wrong. Given:
```php
// One Server
$driver = new Stash\Driver\Redis();
$driver->setOptions(array('servers' => array('127.0.0.1', '…
-
I was looking for something similar to Doctrine's [ArrayCache](https://github.com/doctrine/cache/blob/master/lib/Doctrine/Common/Cache/ArrayCache.php) and I stumbled upon [BlackHole](https://github.co…
-
Greetings.
I just looked around the `wp cache type` command after seeing it returns "Unknown" in our WP instances running [WP Stash](https://github.com/inpsyde/WP-Stash). I think it would be pretty…
Biont updated
5 months ago
-
From my interpretation of the README, BASICS, and DRIVER documentation, I believe this the easiest way to get a hello world implementation that actually caches to disk:
``` php
-
I would like to use multiple application with only one redis server and cannot find the way to specify prefix like in this example :
``` php
$redis->setOption(Redis::OPT_PREFIX, 'myAppName:');
```
…
-
### Discussion continues in https://github.com/php-cds/php-cds-discussion/issues/4.
---
I think it would be nice if we had an extremely simple cache interface. Something like the included interface.…
-
### Is your feature request related to a problem?
There has been a number of improve to the caching api, including. Adding the following functions.
- wp_cache_flush_runtime
- wp_cache_add_multip…
-
If `useApplicationDefaultCredentials` is set, a new token will be requested on each call by default. This is because we don't supply a default cache, or a default token callback. We should do one of t…
-
Available since WP 5.5, see https://make.wordpress.org/core/2020/08/11/introduce-wp_cache_get_multiple/