MySQL 5.1.56 available

Posted by & filed under MySQL.

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 and always… Read more »

Nginx : now on Dotdeb!

Posted by & filed under Nginx.

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… Read more »

Redis updated to version 2.2.2

Posted by & filed under Redis.

Dotdeb packages of Redis for Debian 6.0 “Squeeze” have been updated to version 2.2.2. Here are the release notes. 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

Posted by & filed under Redis.

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 highest ranking in… Read more »