The Grails Redis plugin lets you use Redis as a store for all kinds of data. I find it especially useful as a compliment to a primary datastore. I use Redis for it’s caching and set operation strengths and let … Continued
redis
Better Grails Batch Import Performance with Redis and Jesque
A couple of years ago, I put up a well-received blog post on tuning Batch Import Performance with Grails an MySQL. I’ve recently needed to revisit some batch importing procedures and have acquired a few extra tools in my Grails … Continued
New Grails Redis Plugin Released
I released the first version of the Grails Redis Plugin over the weekend. It’s a brand new plugin that takes the place of the previous redis plugin (which is being renamed to “redis-gorm” and has been refactored to use this … Continued
Groovy Script Using Redis to Pick Conference Lottery Winners
At the end of gr8conf today there were quite a few door prize giveaways. Winners were picked using a printout with attendees listed in (I’m assuming) random order. The guys running the lottery were going down the list and calling … Continued
Redis, Groovy and Grails presentation at gr8conf 2011 and GUM
A couple of weeks ago, I gave a talk on Redis, Groovy and Grails at the Groovy Users of Minnesota meeting. I’m giving that presentation again tomorrow at gr8conf 2011 and I wanted to post the slides so that people … Continued