Affichage des articles dont le libellé est redis. Afficher tous les articles
Affichage des articles dont le libellé est redis. Afficher tous les articles
5/17/2014

[Talk] Introduction to Redis at Human Talks Nantes

This week I gave a talk on Redis at the third Human Talks Nantes.

I find it kind of sad that each Human Talk is limited to 10 minutes. I know it's a way to discover many technologies rapidly but I see this kind of talks more like 24h news. In 10 minutes we simply don't have the time to go deeper into the subject, leaving sometimes the audience on false belief. Hopefully and exceptionally we were allowed to stay more time on stage. So with the Q&A included I was able to talk about Redis for 30 minutes and tackle deeper subjects like how Redis replication algorithm works, how to use Redis as a LRU cache, how Redis failover works with Sentinel and so on.


Everything went smoothly I will surely give another talk on Redis and it will be way more practical this time!

10/21/2013

Redsmin is finally out of beta!

A little more than one year ago, I took the challenge to write a modern real-time Redis GUI in order to improve my workflow with Redis and to help me write, debug and monitor my Redis servers at Bringr, a real-time monitoring and publishing solution for creating value from social media activity.
Redsmin now helps daily thousands of developers around the world speeding up their workflow.
Read the entire article on Redsmin Blog
9/17/2013

RedisTree - load & save Trees to Redis using sets

Today I answered this question on Stackoverflow on Getting hierchical data from redis with node.js. What was interesting with this one was that the implementation had to use Redis Set to build and save a tree. RedisTree offers an asynchronous implementation for storing and loading trees from Redis.

Usage


Tree format


Try it!

npm install redistree

... or view it on Github

9/26/2012

Strpad function in LUA

I started to play with LUA 5.1 (embedded in Redis 2.6) today and couldn't find an implementation of Strpad so here it is.
»
 
 
Made with on a hot august night from an airplane the 19th of March 2017.