Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Using redis as beaker backend in pyramid
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  3 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Rohan Malhotra  
View profile  
 More options Jul 5 2012, 9:02 am
From: Rohan Malhotra <yourbuddyro...@gmail.com>
Date: Thu, 5 Jul 2012 06:02:00 -0700 (PDT)
Subject: Using redis as beaker backend in pyramid

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 must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Michael Merickel  
View profile  
 More options Jul 5 2012, 1:14 pm
From: Michael Merickel <mmeri...@gmail.com>
Date: Thu, 5 Jul 2012 12:14:52 -0500
Local: Thurs, Jul 5 2012 1:14 pm
Subject: Re: Using redis as beaker backend in pyramid
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.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Mengu  
View profile  
 More options Jul 7 2012, 4:57 pm
From: Mengu <whalb...@gmail.com>
Date: Sat, 7 Jul 2012 13:57:43 -0700 (PDT)
Local: Sat, Jul 7 2012 4:57 pm
Subject: Re: Using redis as beaker backend in pyramid
indeed that's correct. all you have to do is installing the extension
and changing the session type to redis.

On Jul 5, 8:14 pm, Michael Merickel <mmeri...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »