We have moved our forum to GitHub Discussions. For questions about Phalcon v3/v4/v5 you can visit here and for Phalcon v6 here.

How to start persistent connection with Libmemcached

Maybe they can be passed in the 'options' of the frontend: https://github.com/phalcon/cphalcon/blob/2.0.0/phalcon/cache/backend/libmemcached.zep#L68

https://github.com/phalcon/cphalcon/blob/2.0.0/phalcon/cache/backend/libmemcached.zep#L101

There used the PHP \Memcached but miss the persistent_id in the __construct function.

So I tested in 1.3.4 and no way to use the persistent connection with libmemcached in Phalcon.

And, can you fix it in 1.3.5 maybe?

The option 'persistent', it doesn't work in 2.0.9.Did fix this problem?