whenever i try to start my nodebb installation, i get this:
axel@ns508402:~/nodebb$ ./nodebb log
Type Ctrl-C to exit
This program comes with ABSOLUTELY NO WARRANTY.
This is free software, and you are welcome to redistribute it under certain conditions.
For the full license, please visit: http://www.gnu.org/copyleft/gpl.html
Clustering enabled: Spinning up 1 process(es).
21/7 11:25 [4530] - info: Time: Tue Jul 21 2015 11:25:33 GMT-0400 (EDT)
21/7 11:25 [4530] - info: Initializing NodeBB v0.7.1-dev
21/7 11:25 [4530] - error: Your Redis version is not new enough to support NodeBB, please upgrade Redis to v2.8.9 or higher.
[cluster] Child Process (4530) has exited (code: 0, signal: null)
i've downloaded redis and compiled/installed it from the website, and when i check for the version:
axel@ns508402:~/nodebb$ redis-server -v
Redis server v=3.0.3 sha=00000000:0 malloc=jemalloc-3.6.0 bits=64 build=619f7d62cb8790fc
version 3.0.3 is definitely higher than v2.8.9...anyone know the issue?
originally, i had used the redis-server package that came pre-loaded onto my dedicated server, and i had thought that to be the issue.