Monthly Archives: April 2013

Using Redis as a store

A few months ago I started on a work project to do some work on social media imports for a CRM. The idea was to query a contact’s Twitter stream, if it existed, and show it to screen. I updated the existing module to prevent it re-querying Twitter immediately so that the IP address was […]

More STOMPing with Drupal and Bean

Recently I scratched an itch and posted a module onto Drupal.org as a sandbox. It is perhaps slightly misnomered in “Bean Stomp” which is its development name. It is an integration of Jeff Mesnil’s Stomp over WebSockets JavaScript library which allows real time updating of a page without polling or similar overhead. I had been […]