summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README24
1 files changed, 24 insertions, 0 deletions
diff --git a/README b/README
index e635582..bf76936 100644
--- a/README
+++ b/README
@@ -4,3 +4,27 @@ Copyright (c) 2019 Remi Collet
License: CC-BY-SA
http://creativecommons.org/licenses/by-sa/4.0/
+# preload.php
+
+ to use with opcache.preload directive
+ will take care of all *.h and *.inc files
+ in the same directory
+
+# preload-redis.h
+# preload-redis.inc
+
+ Minimal Redis client using libhiredis.so.0
+
+# redis.php
+
+ Test script using above stuff
+
+# preload-zstd.h
+# preload-zstd.inc
+
+ Minimal Zstd tool using libzstd.so.1
+
+# zstd.php
+
+ Test script using above stuff
+