View Single Post
Old 01-05-2021, 02:42 AM   #52
booklover2111
Junior Member
booklover2111 began at the beginning.
 
Posts: 9
Karma: 10
Join Date: Jan 2021
Device: OASIS2+VOYAGE
Quote:
Originally Posted by xxyzz View Post
Could you please post the error message?

Maybe you installed an old version of redis? Please try the following command and see if it will install redis 5 or 6, The last command will print the redis version.

Code:
$ sudo apt update
$ sudo apt upgrade redis
$ redis-server -v
I just found how to install redis on Windows! Download redis installer from https://github.com/tporadowski/redis/releases and select 'add redis to PATH' option in the installer.
I couldn't update to redis 5 or 6. After I ran your commands, it shows version 4.0 I don't remember the exact number, but I have installed Window version, and it worked wonder.
booklover2111 is offline   Reply With Quote