Skip to content

Commit 8cadd6f

Browse files
committed
Merge branch 'v9.2'
2 parents 372d62e + d59b319 commit 8cadd6f

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

README.md

+3-7
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,9 @@ The simplicity of abstraction: One class for many backend cache. You don't need
2525
| `Memcache(d)` _(Core)_ | `Mongodb` _([Extension](https://github.com/PHPSocialNetwork/mongodb-extension))_ | | |
2626
| `Solr` _([Extension](https://github.com/PHPSocialNetwork/solr-extension))_ | `Predis` _(Core)_ | | |
2727
| `Sqlite` _(Core)_ | `Ravendb` _([Extension](https://github.com/PHPSocialNetwork/ravendb-extension)) | | |
28-
| `Wincache` _(Core)_ <br>(**Deprecated** as of v9.2, will be removed as of v10) | `Redis`/`RedisCluster` _(Core)_ | | |
29-
| `Zend Disk Cache` _(Core)_ | `Ssdb` _(Core)_ | | |
28+
| ` Wincache` _(Core)_ <br>(**Deprecated** as of v9.2, will be removed as of v10) | `Relay` ([By end of 2024](https://relay.so/)) |
29+
| `Zend Disk Cache` _(Core)_ | `Redis`/`RedisCluster` _(Core)_ | | |
30+
| | `Ssdb` _(Core)_ | | |
3031
| | `Zend Memory Cache` _(Core)_ | | |
3132

3233
\* Driver descriptions available in [DOCS/DRIVERS.md](./docs/DRIVERS.md)
@@ -311,11 +312,6 @@ echo implode('<br />', $CachedString->get());// Will echo your product list
311312

312313
```
313314

314-
##### :floppy_disk: Legacy support (Without Composer)
315-
~~* See the file examples/withoutComposer.php for more information.~~\
316-
:warning: The legacy autoload will be removed in the next major release :warning:\
317-
Please include Phpfastcache through composer by running `composer require phpfastcache/phpfastcache`.
318-
319315
#### :zap: Step 3: Enjoy ! Your website is now faster than lightning !
320316
For curious developers, there is a lot of other examples available [here](./docs/examples).
321317

docs/DRIVERS.md

+3
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,9 @@
5757
* Redis/Rediscluster
5858
* A very high-performance memory driver using a in-memory data structure storage. More efficient than Predis driver as it is an compiled library.
5959
* RedisCluster use the RedisCluster class with a different driver name but behave slightly differently than Redis driver.
60+
* Relay **(Planned for v9.3.0)**
61+
* A very high-performance memory driver based on a Redis backend
62+
* Relay.so aims to be faster than Redis/Predis using a new php extension. Will be available by the end of 2024.
6063
* Riak **(REMOVED in v8.0.6)**
6164
* A very high-performance NoSQL driver using a key-value pair system.
6265
* Solr **(Added in v9.1)**

0 commit comments

Comments
 (0)