The version of Redis installed is prior to 2.2.5 but I's installed 3.2.10

owncloud 10.0.3
I read into admin page, into notice:
The version of Redis installed is prior to 2.2.5... but I's installed 3.2.10.

redis-server -v
Redis server v=3.2.10 sha=00000000:0 malloc=jemalloc-3.6.0 bits=64 build=c8b45a0ec7dc67c6

one thing I add, in the php I read:

phpversion('redis') = develop and not a number, do this can affect negatively?

I think the "prior to 2.2.5" is related to the version of the PHP module and not to redis itself so that develop might have an affect here.

You have right, I installed "develop" version php-redis, now I installed:

https://github.com/phpredis/phpredis/archive/master.zip

and all it's ok, thanks