Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 6f1bedb

Browse files
Merge branch 'master' into redis_scan_fix
2 parents 1e7582b + 8cadd6f commit 6f1bedb

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

‎README.md

Lines changed: 3 additions & 7 deletions
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

Lines changed: 3 additions & 0 deletions
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)

AltStyle によって変換されたページ (->オリジナル) /