Install Redis Software
Install Redis Software on Linux.
| Redis Software |
|---|
After you plan your deployment, download a Redis Software installation package, and finish installation preparation:
-
Install the Redis Software package on one of the nodes in the cluster.
-
Repeat this process for each node in the cluster.
For installation on machines without an internet connection, see Offline installation.
Permissions and access
-
Redis Software installation creates the
redislabs:redislabsuser and group.Assigning other users to the
redislabsgroup is optional. Users belonging to theredislabsgroup have permission to read and execute (e.g. use therladminstatus command) but are not allowed to write (or delete) files or directories. -
Redis Software is certified to run with permissions set to
750, an industry standard.Warning:Do not reduce permissions to700. This configuration has not been tested and is not supported. -
Redis Software requires
umaskto be0022during installation to correctly set permissions for the installed directories and files.
More info and options
If you've already installed Redis Software, you can also:
To learn more about customization and find answers to related questions, see:
- CentOS/RHEL Firewall configuration
- Change socket file location
- Cluster DNS configuration
- Cluster load balancer setup
- File locations
- Supported platforms
- Manage installation questions
- mDNS client prerequisites
- User and group ownership
Next steps
After your cluster is set up with nodes, you can:
- Add users to the cluster with specific permissions. To begin, start with Access control.
- Create databases to use with your applications.