Using the Redis Server directlyΒΆ

The redis-server application that is built by redislite during it’s installation is installed into the scripts directory during the installation. This binary is a complete redis server and can be used independent of the redislite module.

Since redis-lite installs an actual redis-server it is possible to use the redislite redis-server binary directly and use more complex configurations than those created automatically by the redislite.Redis() and redislite.StrictRedis() classes.

It is also possible to start the redis-server process with no arguments and use it with the unpatched redis module.

See the Redis documentation for details about how to configure and run the redis-server directly.