Skip to content

Commit 3fef1d1

Browse files
author
benschermel
committed
address issues #54 & #57
1 parent a3a3714 commit 3fef1d1

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

docs/encryption.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,11 @@ Getting Started
1313
### Building
1414

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

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

2022
### Tests
2123

sidebars.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@ module.exports = {
2424
{type: 'category', label: 'Security', items: ["security", "acl", "encryption"]},
2525
{type: 'category', label: 'Troubleshooting', items: ["debugging", "ldb"]},
2626
{type: 'category', label: 'Clients/APIs/Protocols', items: ["clients", "keydbcli", "protocol", "gopher"]},
27-
{type: 'category', label: 'More', items: ["ARM", "faq", "memory-optimization", "license"]}
27+
{type: 'category', label: 'More', items: [
28+
{type: 'link', label: 'KeyDB Release Notes (Changelog)', href: 'https://github.com/Snapchat/KeyDB/releases'},
29+
"ARM", "faq", "memory-optimization", "license"]}
2830
],
2931
};
3032

0 commit comments

Comments
 (0)