Archive for March, 2011
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 ...
Posted in MySQL | 6 Comments »
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 ...
Posted in Nginx | 30 Comments »
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.
Posted in Redis | 10 Comments »
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 ...
Posted in Redis | 9 Comments »