I’m trying to install the redis.2.6.0-rc7 cause i need the BITCOUNT command.I downloaded the package from redis-2.6.0-rc7.tar.gz
when I finished the make && make install,I checked the version of redis-cli,it shows
redis-cli 2.5.13
why isn’t be 2.6.0?
Because 2.6 has still to be officially released. With Redis, odd version numbers are development versions, even numbers are release versions. 2.6RC7 is still a development version, and therefore labeled as 2.5.something.