Posts

Showing posts with the label Installing Redis with PHP

Installing Redis + Redis PHP + phpRedisAdmin on alert server in 15 minutes

Installing Redis + Redis PHP + phpRedisAdmin on alert server in 15 minutes Everyone has long known that the best binary - those that have been compiled on this computer. And when the question comes to performance, the compilation of the components on this machine will give its advantage in speed and stability. This article will discuss how to prepare Redis, phpredis (C module for php) and phpRedisAdmin to work on operational server. In order to collect all full, we need to have on the server: gcc 4.5.2 (I compiled for this version, but I think other problems will not arise) Make 3.81 (Again, the version is not critical) php5-dev (version must match the version of php) Once we see that all dependencies are satisfied, we begin to gather all the ingredients. We need: Redis 2.4.4 Stable phpredis 2.1.3 phpRedisAdmin Putting Redis In order to raise Radishes, we need the source code itself. You can get them to github. So https://gith...