ExpressionEngine CMS
Open, Free, Amazing

Thread

This is an archived forum and the content is probably no longer relevant, but is provided here for posterity.

The active forums are here.

Are you using Redis in your applications?

May 31, 2012 10:32am

Subscribe [2]
  • #1 / May 31, 2012 10:32am

    Tim Post

    14 posts

    I’m curious to know if you’re using Redis in your apps, and if so, for what? I’m currently using it for:

    - Password reset tokens
    - ‘Meta’ sessions (restricting users to one session at a time for a certain app)
    - Alerts based on longpoll / websockets using Node and pub/sub
    - Message and work queues
    - Caching gravatars (base64) to load pages faster
    - Tons of other stuff

    I found and contributed to codeigniter-redis which was a lot easier than trying to hammer Predis into CI.

    If you’re using Redis .. what problem did it solve for you? I’m planning on writing some sample code to go with my fork of the library, but I’d like to make the samples practical and useful, even if just as a starting point.

  • #2 / Jun 10, 2012 1:54pm

    Glyn

    7 posts

    I used the same library that you mentioned to create a system to identify success on “buy now” button styles.
    http://glynrob.com/database/redis-in-codeigniter/

    Essentially it finds out which “buy now” button is most popular and provides that to the end user 90% of the time.

    Code all available via GITHUB on the site

.(JavaScript must be enabled to view this email address)

ExpressionEngine News!

#eecms, #events, #releases