So you should just be able to setup your session configuration like
any other beaker session.

session.type = redis
session.url =
session.db =
session.port =

And then config.include('pyramid_beaker') should setup everything for
you. Sorry I don't know the specifics on the redis extension, but
that's the basic idea.

On Thu, Jul 5, 2012 at 8:02 AM, Rohan Malhotra <[email protected]> wrote:
> Can I use redis as beaker backend in pyramid? I tried using
> beaker_extensions but could not figure out how to bind redis session to
> pyramid Configurator like we do for pyramid_beaker
>
> config.set_session_factory(session_factory)
>
> Any pointers?
>
> --
> You received this message because you are subscribed to the Google Groups
> "pylons-discuss" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/pylons-discuss/-/XwEWUxovsicJ.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to
> [email protected].
> For more options, visit this group at
> http://groups.google.com/group/pylons-discuss?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en.

Reply via email to