File tree 2 files changed +6
-7
lines changed
2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -25,8 +25,9 @@ The simplicity of abstraction: One class for many backend cache. You don't need
25
25
| ` Memcache(d) ` _ (Core)_ | ` Mongodb ` _ ([ Extension] ( https://github.com/PHPSocialNetwork/mongodb-extension ) )_ | | |
26
26
| ` Solr ` _ ([ Extension] ( https://github.com/PHPSocialNetwork/solr-extension ) )_ | ` Predis ` _ (Core)_ | | |
27
27
| ` 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)_ | | |
30
31
| | ` Zend Memory Cache ` _ (Core)_ | | |
31
32
32
33
\* Driver descriptions available in [ DOCS/DRIVERS.md] ( ./docs/DRIVERS.md )
@@ -311,11 +312,6 @@ echo implode('<br />', $CachedString->get());// Will echo your product list
311
312
312
313
```
313
314
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
-
319
315
#### :zap : Step 3: Enjoy ! Your website is now faster than lightning !
320
316
For curious developers, there is a lot of other examples available [ here] ( ./docs/examples ) .
321
317
Original file line number Diff line number Diff line change 57
57
* Redis/Rediscluster
58
58
* A very high-performance memory driver using a in-memory data structure storage. More efficient than Predis driver as it is an compiled library.
59
59
* 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.
60
63
* Riak ** (REMOVED in v8.0.6)**
61
64
* A very high-performance NoSQL driver using a key-value pair system.
62
65
* Solr ** (Added in v9.1)**
You can’t perform that action at this time.
0 commit comments