Answer the question
In order to leave comments, you need to log in
Redis + PHP in action
I've been reading a lot about redis lately. A tempting thing, but the question is: if you write in php under a heavy load, then which client should you use? They provide very similar functionality (rediska, phpredis, predis, it seems), but Rediska has good features (connection manager, multiple servers), but trust in it is low. Does anyone have experience of practical use of any of the clients under heavy release loads?
Answer the question
In order to leave comments, you need to log in
There are also two in the official list for PHP marked as recommended. Phpredis and Predis, here are some of them and choose which one you like best. Rediska imho is just not that popular, only maintained by one person, so it didn't get its own star, despite having good functionality.
I personally liked Rediska more in terms of working with the library. But unfortunately many applications like redisadmin require phpredis as a dependency. Behind the scenes phpredis turns out to be the most promoted either.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question