Alright #linux nerds, especially the enterprise linux variety. I'm using SCL packages to install redis 5 on #CentOS 7. Everything is working fine except the reported version of redis running. redis-cli INFO SERVER reports the redis server as such:
redis_version:2.6.10
Checking the running redis sentinel version reports the correct version:
redis_version:5.0.5
No other redis packages are installed and the service files for redis and sentinel starts the SCL binary.
Screenshot for demo
My original thought was that the redis config had a line where it was pinned to a specific version but that doesn't appear to be the case unless I'm missing something. Thanks for any help my fellow nerds.
Also worth mentioning, is everything is working exactly how it should be. The version number is tripping me up.