Thank you for your answer, I installed redis as localhost and changed that 
line to use RConn() without parameters unfortunately I am still getting the 
same problem.
If I run: 
redis-cli KEYS "*"

I get  3 keys created 
1) "w2p:sess:app:serial"
2) "w2p:sess:app:1"
3) "w2p:sess:app:id_idx"

So I can see that web2py is accessing redis but for some reason the app is 
not loggin in

El miércoles, 19 de julio de 2017, 2:05:53 (UTC-5), Leonel Câmara escribió:
>
> Probably something wrong here:
> rconn = RConn('[ip]', 6379
>
> try without parameters:
> rconn = RConn()
>
> If this doesn't work you need to check which IP and port redis is actually 
> listening on.
>

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to