is there any php redis client support persistent connection?

secmask picture secmask · Sep 1, 2010 · Viewed 11.8k times · Source

As the title, I'm looking for a php Redis client that support persistent connection, because my web application receives a lot of requests(each request, it'll put an item in to Redis queue) and I want to avoid create new connection every request.

Answer

antirez picture antirez · Sep 2, 2010

Not sure if this is supported but you should definitely look at Predis and Rediska, this two (especially Predis AFAIK) are the best PHP Redis clients available.