Archive for March, 2011

MySQL 5.1.56 available

Monday, March 14th, 2011

MySQL 5.1.56 packages are now available on Dotdeb : for Debian 6.0 "Squeeze" and Debian 5.0 "Lenny" for the amd64 and i386 architectures Of course, the corresponding Pinba storage engine has been rebuilt (Squeeze only). But take care to the plugin-load directive in your /etc/mysql/my.cnf file : MySQL does not support several plugin-load directives ...

Nginx : now on Dotdeb!

Saturday, March 12th, 2011

Dotdeb has always wanted to help you to build robust and featureful LAMP stacks. As of Debian 6.0 "Squeeze", some useful tools are now supported and actively maintained on Dotdeb : PHP 5.3 and its new FPM flavour the Xhprof, PHPredis and Pinba extensions the Pinba MySQL storage engine the Redis key-value store It is ...

Redis updated to version 2.2.2

Sunday, March 6th, 2011

Dotdeb packages of Redis for Debian 6.0 "Squeeze" have been updated to version 2.2.2. Here are the release notes.

Redis : a must-have for your LAMP stack

Tuesday, March 1st, 2011

Let me introduce Redis... Redis is an open source, advanced key-value store. It is often referred to as a data structure server since keys can contain strings, hashes,lists, sets and sorted sets. You can run atomic operations on these types, like appending to a string; incrementing the value in a hash; pushing to a list; computing set intersection, union and difference; or getting the member with ...