Archives

RPM: how to build Redis library package for PHP

On 25.08.2011, in supportex.net-blog, by Oleksii Tykhonov
1

At Supportex we use Redis a lot. It’s extremely fast and doesn’t consume a lot of resources.  Besides it’s easy to use for developers (especially for those who worked with Memcache). Unlike Python which has only one mature client, PHP has various of them.  For instance, Predis, phpredis,  Rediska, etc. We prefer phpredis. It’s written [...]

RPM: Bulding Python package for Redis

On 28.07.2011, in python, by Oleksii Tykhonov
2

To build RPM package for Python library is really easy task if developer has kindly included setup.py file in it. Let’s build RPM for redis-py package by Andy Mccurdy. First of all we need archive with last version of redis-py. Unpack it. Change name of package to ’python-redis’ since default value is ‘redis’ (and that is [...]