You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[KeyDB ↗](https://docs.keydb.dev/) is a fully open source database, a faster drop-in alternative to Redis. It offers enhanced performance, multithreading capabilities, and maintains full compatibility with Redis clients and APIs.
12
+
13
+
:::important
14
+
While KeyDB is available on Zerops, please note that KeyDB development has not been very active recently. For new Redis-compatible deployments, we recommend considering [Valkey](/valkey/overview) as the preferred alternative due to its active development and ongoing support.
15
+
:::
16
+
17
+
## Feature Highlights
18
+
19
+
<DocCardList
20
+
colSize={4}
21
+
items={[
22
+
{
23
+
type: 'link',
24
+
href: '/keydb/how-to/create',
25
+
label: 'Create KeyDB service',
26
+
customProps: {
27
+
icon: Icons['computer-desktop'],
28
+
description:
29
+
'Start with creating a KeyDB service using GUI or zCLI.',
30
+
},
31
+
},
32
+
{
33
+
type: 'link',
34
+
href: '/keydb/how-to/create#highly-available',
35
+
label: 'HA mode',
36
+
customProps: {
37
+
icon: Icons['squares-plus'],
38
+
description: 'Learn how to setup your database to be production-ready with high availability.',
39
+
},
40
+
},
41
+
{
42
+
type: 'link',
43
+
href: '/keydb/how-to/create#full-example',
44
+
label: 'Import config file',
45
+
customProps: {
46
+
icon: Icons['puzzle'],
47
+
description: 'Use an example config file to import your KeyDB service.',
@@ -26377,10 +26377,189 @@ Zerops doesn't scale KeyDB service horizontally, it means no containers are adde
26377
26377
Zerops provides information about how much hardware resources the KeyDB service is currently using. Go to KeyDB service detail in Zerops GUI and select **Service dashboard & database containers** in the left menu. Zerops also provides the history of resource usage.
26378
26378
26379
26379
26380
-
---
26381
-
title: KeyDB overview
26382
-
description: Learn about working with KeyDB with ease on Zerops.
26383
-
---
26380
+
26381
+
26382
+
[KeyDB ↗](https://docs.keydb.dev/) is a fully open source database, a faster drop-in alternative to Redis. It offers enhanced performance, multithreading capabilities, and maintains full compatibility with Redis clients and APIs.
26383
+
26384
+
:::important
26385
+
While KeyDB is available on Zerops, please note that KeyDB development has not been very active recently. For new Redis-compatible deployments, we recommend considering [Valkey](https://valkey.io/) as the preferred alternative due to its active development and ongoing support.
26386
+
:::
26387
+
26388
+
## Feature Highlights
26389
+
26390
+
<DocCardList
26391
+
colSize={4}
26392
+
items={[
26393
+
{
26394
+
type: 'link',
26395
+
href: '/keydb/how-to/create',
26396
+
label: 'Create KeyDB service',
26397
+
customProps: {
26398
+
icon: Icons['computer-desktop'],
26399
+
description:
26400
+
'Start with creating a KeyDB service using GUI or zCLI.',
26401
+
},
26402
+
},
26403
+
{
26404
+
type: 'link',
26405
+
href: '/keydb/how-to/create#highly-available',
26406
+
label: 'HA mode',
26407
+
customProps: {
26408
+
icon: Icons['squares-plus'],
26409
+
description: 'Learn how to setup your database to be production-ready with high availability.',
26410
+
},
26411
+
},
26412
+
{
26413
+
type: 'link',
26414
+
href: '/keydb/how-to/create#full-example',
26415
+
label: 'Import config file',
26416
+
customProps: {
26417
+
icon: Icons['puzzle'],
26418
+
description: 'Use an example config file to import your KeyDB service.',
Don't know how to start or got stuck during the process? You might not be the first one, visit the FAQ section to find out.
26507
+
26508
+
In case you haven't found an answer (and also if you have), we and our community are looking forward to hearing from you on Discord.
26509
+
26510
+
Have you built something that others might find useful? Don't hesitate to share your knowledge!
26511
+
26512
+
<DocCardList
26513
+
colSize={6}
26514
+
items={[
26515
+
{
26516
+
type: 'link',
26517
+
href: '/keydb/faq',
26518
+
label: 'FAQ',
26519
+
customProps: {
26520
+
icon: Icons['chat-bubble-left-right'],
26521
+
description: 'Most common questions in one place.',
26522
+
},
26523
+
},
26524
+
{
26525
+
type: 'link',
26526
+
href: 'https://discord.com/invite/WDvCZ54',
26527
+
label: 'Discord',
26528
+
customProps: {
26529
+
icon: Icons['discord'],
26530
+
description:
26531
+
'Join our core team and Zerops community on Discord. Ask questions and share your tips with other members.',
26532
+
},
26533
+
},
26534
+
]}
26535
+
/>
26536
+
26537
+
## Popular Guides
26538
+
26539
+
<DocCardList
26540
+
colSize={6}
26541
+
items={[
26542
+
{
26543
+
type: 'link',
26544
+
href: '/references/cli',
26545
+
label: 'zCLI',
26546
+
customProps: {
26547
+
icon: Icons['command-line'],
26548
+
description:
26549
+
'Get even more out of Zerops with the zCLI command line tool.',
26550
+
},
26551
+
},
26552
+
{
26553
+
type: 'link',
26554
+
href: '/references/vpn',
26555
+
label: 'Zerops VPN',
26556
+
customProps: {
26557
+
icon: Icons['globe-europe'],
26558
+
description: 'Connect to your KeyDB service securely with Zerops VPN.',
26559
+
},
26560
+
},
26561
+
]}
26562
+
/>
26384
26563
26385
26564
26386
26565
@@ -37607,8 +37786,8 @@ You can securely connect to PostgreSQL from your local workstation via Zerops VP
37607
37786
4. When finished, [stop the Zerops VPN](/references/vpn#stop-vpn)
37608
37787
37609
37788
:::warning Important notes
37610
-
* If your connection over VPN doesn't work, try adding `.zerops` suffix to the service hostname (e.g., `database1.zerops`). For additional help, check the [VPN troubleshooting page](/references/vpn/troubleshooting).
37611
37789
* Do not use SSL/TLS protocols when connecting over VPN. Security is provided by the VPN tunnel.
37790
+
* If your connection over VPN doesn't work, try adding `.zerops` suffix to the service hostname (e.g., `database1.zerops`). For additional help, check the [VPN troubleshooting page](/references/vpn/troubleshooting).
37612
37791
:::
37613
37792
37614
37793
For database management tools and how to manage users and databases, see [Manage PostgreSQL Users and Databases](/postgresql/how-to/manage).
@@ -45547,10 +45726,6 @@ Upon connection, you'll have secure access to your project's private network wit
45547
45726
- The VPN daemon maintains connection stability with automatic reconnection
45548
45727
- Environment variables are not available through VPN connections
45549
45728
45550
-
:::caution Known issue
45551
-
If your connection over VPN doesn't work, try adding `.zerops` suffix to the service hostname (e.g., `database1.zerops`). For additional help, check the [VPN troubleshooting page](/references/vpn/troubleshooting).
45552
-
:::
45553
-
45554
45729
### Stop VPN
45555
45730
45556
45731
To stop the VPN session:
@@ -45602,7 +45777,7 @@ zcli vpn up
45602
45777
could not translate host name "hostname" to address: nodename nor servname provided, or not known
45603
45778
```
45604
45779
45605
-
* The issue is known to happen on macOS and rarely on Windows
45780
+
* The issue is known to happen rarely on Windows
45606
45781
45607
45782
**Solution**: Append `.zerops` to the hostname, even when VPN shows as connected:
0 commit comments