summaryrefslogtreecommitdiffstats
path: root/README
blob: bf76936e45732001826d95e108e3a8834fc1ce96 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
PoC, only for documentation purpose

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