Embeds
Command Supported ACL CAT ✅ Supported ACL DELUSER ❌ Not supported ACL DRYRUN ✅ Supported ACL GENPASS ❌ Not supported ACL GETUSER ✅ Supported ACL HELP ✅ Supported ACL LIST ✅ Supported ACL LOAD ❌ Not supported ACL LOG ❌ Not supported ACL SAVE ❌ Not supported ACL SETUSER ❌ Not supported ACL USERS ✅ Supported ACL WHOAMI ✅ Supported »
FTP server Before you choose to backup to an FTP server, make sure that: The RS cluster has network connectivity to the FTP server. The user that you specify in the FTP server location has read and write priviledges. To backup to an FTP server, enter the FTP server location in the format: ftp://user:password@host<:custom_port>/path/ For example: ftp://username:password@10.1.1.1/home/backups/ SFTP server Before you choose to backup to an SFTP server, make sure that: »
By default, Redis Enterprise Software deployments use DNS to communicate between nodes. You can also use the Discovery Service, which uses IP addresses to connect and complies with the Redis Sentinel API supported by open source Redis. Each node in a Redis Enterprise cluster includes a small DNS server to manage internal functions, such as high availability, automatic failover, automatic migration, and so on. Nodes should only run the DNS server included with the software. »
In the web browser on the host machine, go to https://localhost:8443/new to see the new Redis Enterprise Software Cluster Manager UI. The cluster generates self-signed TLS certificates to secure the connection. These self-signed certificates are unknown to the browser and must be accepted before you proceed. To use the legacy UI for this quickstart instead, see the 6.4 version of the quickstarts. Note: If the server does not show the login screen, try again after a few minutes. »
Yes we are. Not only are we are the home of Redis, but most of the core engineers on open source Redis also work here. We contribute extensively to the open source Redis project. As a rule, we adhere to the open source’s specifications and make every effort to update our service with its latest versions. That said, the following Redis features are not applicable in the context of our service: »
In your web browser, open the admin console of the cluster that you want to connect to in order to create the { { < field “db_type” > } }. By default, the address is: `https://<RS_address>:8443` In databases, click . If you do not have any databases on the node, you are prompted to create a database. »
Redis-py (Python redis client) HiRedis (C redis client) Jedis (Java redis client) Ioredis (NodeJS redis client) If you need to use another client, consider using Sentinel Tunnel to discover the current Redis master with Sentinel and create a TCP tunnel between a local port on the client and the master. »
If you cannot activate the database because of a memory limitation, make sure that Docker has at least 4 GB of memory allocated in the Advanced section of Docker Settings. »
The hardware requirements for Redis Enterprise Software are different for development and production environments. In a development environment, you can test your application with a live database. If you want to test your application under production conditions, use the production environment requirements. In a production environment, you must have enough resources to handle the load on the database and recover from failures. Development environment You can build your development environment with non-production hardware, such as a laptop, desktop, or small VM or instance, and with these hardware requirements: »
Each subscription plan (except for our free plans) enables multiple dedicated databases, each running in a dedicated process and in a non-blocking manner. A 1GB plan for example, enables 16 dedicated databases. »