peachpie
peachpie copied to clipboard
feature: redis extension
can we implement the php redis extension in peachpie?
Did you try to use the vendor lib Predis? Predis is a PHP implementation that "does not require any additional C extension by default".
See...
- https://packagist.org/packages/predis/predis
- https://github.com/predis/predis
Did you try to use the vendor lib Predis? Predis is a PHP implementation that "does not require any additional C extension by default".
See...
- https://packagist.org/packages/predis/predis
- https://github.com/predis/predis
Yes,I try.But the Predis use a lot of _destruct function,now Peachpie can not support that.
I see.
It is a pity that such a popular library with 111 392 852 installs still does not work on PeachPie.
We try to implement stuff as needed by our clients or by the community. So far nobody requested this, so we are noting it ;)
@vvtll is the support for __destruct() needed for proper functionality?
is there anything else not working we can do in PeachPie?
nothing.predis just use sream_socket to use redis ,that works fine in peachpie