Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
litespeed_wiki:cache:lscwp:configuration:cache:object_cache [2018/03/28 13:30] Lisa Clarke [Config Object Cache in LSCWP] Moved from Cache tab to Advanced tab |
litespeed_wiki:cache:lscwp:configuration:cache:object_cache [2020/05/04 13:55] (current) Shivam Saluja |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== Memcached, LSMCD and Redis (Object Cache) Support in LSCWP ====== | ====== Memcached, LSMCD and Redis (Object Cache) Support in LSCWP ====== | ||
+ | **Please Note**: This wiki is valid for v2.9.x and below of the LiteSpeed Cache Plugin for WordPress. If you are using v3.0 or above, please see [[https://docs.litespeedtech.com/lscache/lscwp/overview/|the new documentation]]. | ||
As of version 1.8, LiteSpeed Cache for WordPress supports Object Cache. | As of version 1.8, LiteSpeed Cache for WordPress supports Object Cache. | ||
Line 106: | Line 107: | ||
if ( $cfg_db ) $conn->select( $cfg_db ) ; | if ( $cfg_db ) $conn->select( $cfg_db ) ; | ||
- | var_dump( $this->_conn->ping() ) ; // Should give a `+PONG` | + | var_dump( $conn->ping() ) ; // Should give a `+PONG` |
?> | ?> | ||
</code> | </code> | ||