Skip to content

Commit

Permalink
address issues #54 & #57
Browse files Browse the repository at this point in the history
  • Loading branch information
benschermel committed Jan 25, 2023
1 parent a3a3714 commit 3fef1d1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 4 additions & 2 deletions docs/encryption.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,11 @@ Getting Started
### Building

To build with TLS support you'll need OpenSSL development libraries (e.g.
libssl-dev on Debian/Ubuntu).
libssl-dev on Debian/Ubuntu).

Run `make BUILD_TLS=yes`.
KeyDB is now built with TLS enabled by default, where all KeyDB packages and
distributions are shipped with TLS enabled. To build without TLS support you
will need to run `make BUILD_TLS=no`.

### Tests

Expand Down
4 changes: 3 additions & 1 deletion sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ module.exports = {
{type: 'category', label: 'Security', items: ["security", "acl", "encryption"]},
{type: 'category', label: 'Troubleshooting', items: ["debugging", "ldb"]},
{type: 'category', label: 'Clients/APIs/Protocols', items: ["clients", "keydbcli", "protocol", "gopher"]},
{type: 'category', label: 'More', items: ["ARM", "faq", "memory-optimization", "license"]}
{type: 'category', label: 'More', items: [
{type: 'link', label: 'KeyDB Release Notes (Changelog)', href: 'https://github.com/Snapchat/KeyDB/releases'},
"ARM", "faq", "memory-optimization", "license"]}
],
};

0 comments on commit 3fef1d1

Please sign in to comment.