This channel is to be used with the PEAR installer.
Registering the channel:pear channel-discover pear.geometria-lab.net
Listing available packages:
pear remote-list -c geometria-lab
Installing a package:
pear install geometria-lab/package_name
Installing a specific version/stability:
pear install geometria-lab/package_name-1.0.0
pear install geometria-lab/package_name-beta
Receiving updates via a feed:
http://pear.geometria-lab.net/feed.xml
Redis is an advanced fast key-value database written in C. It can be used like memcached, in front of a traditional database, or on its own thanks to the fact that the in-memory datasets are not volatile but instead persisted on disk. One of the cool features is that you can store not only strings, but lists and sets with atomic operations to push/pop elements. More information and documentation on homepage: http://rediska.geometria-lab.net
The pear.geometria-lab.net PEAR Channel Server is proudly powered by Pirum 0.9.7