clarkwinkelmann First i was using the old redis sessions, cache and queues
And I used this configuration to old redis to work - (Used form Here)
/etc/systemd/system/flarum-queue.service
[Unit]
Description=flarum-queue
After=network.target
StartLimitIntervalSec=0
[Service]
Type=simple
User=deploy
WorkingDirectory=/var/www/flarum
ExecStart=/usr/bin/php flarum queue:work
Restart=always
RestartSec=5
[Install]
WantedBy=multi-user.target
Then, once to start it
sudo systemctl start flarum-queue
sudo systemctl enable flarum-queue
And after seeing this new New FOF redis, I used this command to stop the redis - sudo systemctl start flarum-queue
But by using it, there is no nothing of users sign in and discussions.
I installed this new FOF Redis, so please tell me what I have to do, which files have to change, which files have to be deleted to use the new FOF redis
And should I have to disable old one and its configuration or just use that also? What to do with all things to use this New FOF redis ?