Skip to content

Instantly share code, notes, and snippets.

View SandiyosDev's full-sized avatar

(Moai Emoji) SandiyosDev

View GitHub Profile
@SandiyosDev
SandiyosDev / group-caching-demo.php
Created July 5, 2024 05:55 — forked from villesiltala/group-caching-demo.php
WP Redis Group Cache usage example - see the comment section for description
---- page.php ---
<?php
/**
* This is a demo for using the WP Redis Group Cache.
*/
/**
* A demo DustPress model class.
*/
class Page extends \DustPress\Model {