Skip to content

Commit fdaf89f

Browse files
authored
Update readme.md
1 parent c69a2dc commit fdaf89f

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

readme.md

+16-1
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,29 @@ Drop-in persistent object cache for WordPress based on Redis in-memory storage t
77

88
### Defined Constants
99

10-
/* Object Cache Functions */
10+
/** Object Cache Functions */
11+
define('OBJECT_CACHE', true); // default = true
12+
13+
### Included Modules
14+
15+
* (n/a)
1116

1217
### Compatibility
1318

1419
This plugin has been designed for use on [SlickStack](https://slickstack.io) web servers with PHP 7.2 and MySQL 5.7 to achieve best performance. All of our plugins are meant for single site WordPress installations only — for both performance and usability reasons, we strongly recommend avoiding WordPress Multisite for the vast majority of your projects.
1520

1621
Any of our WordPress plugins may also be loaded as "Must-Use" plugins (meaning that they load first, and cannot be deactivated) by using our free [Autoloader](https://github.com/littlebizzy/autoloader) script in the `mu-plugins` directory.
1722

23+
### Our Philosophy
24+
25+
> "Decisions, not options." — **WordPress.org**
26+
27+
> "Everything should be made as simple as possible, but not simpler." — **Albert Einstein** (et al)
28+
29+
> "Write programs that do one thing and do it well... write programs to work together." — **Doug McIlroy**
30+
31+
> "The innovation that this industry talks about so much is bullshit. Anybody can innovate... 99% of it is 'get the work done.' The real work is in the details." — **Linus Torvalds**
32+
1833
### Support Issues
1934

2035
Please do not submit Pull Requests. Instead, kindly create a new Issue with relevant information if you are an experienced developer, otherwise you may become a [**LittleBizzy.com Member**](https://www.littlebizzy.com/members) if your company requires official support.

0 commit comments

Comments
 (0)