Skip to content

Conversation

@dorantor
Copy link
Contributor

@dorantor dorantor commented Jun 3, 2019

Subj. Now it's possible to use persistent connections with \Memcached. Just have to declare in assets/config/cache.php:

        'persistent_id' => 'my_persistent_id',
        'options'       => [
                \Memcached::OPT_SERIALIZER      => \Memcached::SERIALIZER_IGBINARY,
                \Memcached::OPT_BINARY_PROTOCOL => true,
        ],

or

        'persistent_id' => '%memcached.persistent_id%',
        'options'       => '%memcached.options%',

if you want to define it in assets/parameters.php.

@dorantor
Copy link
Contributor Author

dorantor commented Jun 4, 2019

Did some testing and fixed couple of issues.

@dracony dracony merged commit 0d115eb into PHPixie:master Aug 13, 2019
@dorantor
Copy link
Contributor Author

Awesome! So PHPixie is alive after all :)
Will there be a release with this changes?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants