


It's open-source and serves as an in-memory data structure store. initServer() allocates the data structures needed to operate, setup the listening socket, and so forth. Redis is typically used as a database, cache, and message broker.
INSTALL REDIS SERVER INSTALL
If your image needs to install any additional packages beyond what comes with. initServerConfig() sets up the default values of the server structure. docker run -name some-redis -d redis redis-server -save 60 1 -loglevel.

The following are the most important steps in order to startup the Redis server.
