The configuration settings for the Redis server are controlled through the conf file that is specified when installing the service. You can change settings by modifying the file and restarting the service to apply the changes. You can also use the CONFIG GET and CONFIG SET commands from a Redis client to view or alter the server configuration.
By default, the Redis server runs on TCP Port 6379.
It is recommended to always use Redis in an environment in which the network and the Redis server are secured.
Configuring Redis to use a password.
When using a password on the Redis server, you must configure the connection string to include the password.
Setting up the firewall on the Redis server to only allow connections from the GE Digital APM servers.
Copyright © 2018 General Electric Company. All rights reserved.