File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ memtier_benchmark is a command line utility developed by Redis Labs (formerly Ga
1010 * Random and sequential key name pattern policies
1111 * Random or ranged key expiration
1212 * Redis cluster
13+ * TLS support
1314 * ...and much more
1415
1516Read more at:
@@ -25,6 +26,7 @@ The following libraries are required for building:
2526
2627* libevent 2.0.10 or newer.
2728* libpcre 8.x.
29+ * OpenSSL (unless TLS support is disabled by ` ./configure --disable-tls ` ).
2830
2931The following tools are required
3032* autoconf
@@ -70,7 +72,7 @@ Then proceed to follow the build instructions below.
7072On Ubuntu/Debian distributions, simply install all prerequisites as follows:
7173
7274```
73- # apt-get install build-essential autoconf automake libpcre3-dev libevent-dev pkg-config zlib1g-dev
75+ # apt-get install build-essential autoconf automake libpcre3-dev libevent-dev pkg-config zlib1g-dev libssl-dev
7476```
7577
7678#### macOS
You can’t perform that action at this time.
0 commit comments