summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-10-18 15:11:50 +0200
committerRemi Collet <remi@remirepo.net>2019-10-18 15:11:50 +0200
commitaa866639c10bee084c4290dbc69740af5e64d9f6 (patch)
tree6cf5d41ef408f155c5efd5ce1ee80f7fc032f01e /README
parent68bb93d4659f1665719af2a284b672d0d80adf01 (diff)
add instructions
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
+