diff --git a/dictionary.txt b/dictionary.txt index 1dbc9c5..3447e08 100644 --- a/dictionary.txt +++ b/dictionary.txt @@ -221,6 +221,7 @@ keyName keyrings lastName latencies +libssl-dev linkTitle loadTestData localhost diff --git a/docs/stack/get-started/install-stack/binaries.md b/docs/stack/get-started/install-stack/binaries.md index db6b679..5892b90 100644 --- a/docs/stack/get-started/install-stack/binaries.md +++ b/docs/stack/get-started/install-stack/binaries.md @@ -10,6 +10,12 @@ aliases: ## Start Redis Stack Server +Install the openssl libraries for your platform. For example, on a Debian or Ubuntu instance run: + +{{< highlight bash >}} +sudo apt install libssl-dev +{{< / highlight >}} + After untarring or unzipping your redis-stack-server download, you can start Redis Stack Server as follows: {{< highlight bash >}}