redis-stack / redis-stack-docs

6 stars 55 forks source link

Install Redis Stack: Need clarity on making redis stack working in linux as service #245

Open pd-vt opened 7 months ago

pd-vt commented 7 months ago

When we install Redis-server from apt it is well working automatically with service however, redis-stack server doesn't do like that. We are required to hit the command redis-stack-server --daemonize yes however, this command let the redis service run only till server is power on, but after reboot we again need to start the service.

Please give easy steps to configure this as forever running service.