Tried different things for setting up consoleauth with redis, not working. Went through the source code and figured out the proper set up in Pike.
[cache]
enabled = True
backend = dogpile.cache.redis
#0 in the end of the url is name of redis db, it can be changed
backend_argument=url:redis://redis_hostname
:6379
/0