-
-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
react/cache 0.4 requirement creating problems #22
Comments
It's on my todo list for a while now. I'll try and get an update out later this week |
and now 1.0 🙈 because of the latest react/http reqs. |
Whoops seems this one fell through. If you're up to it you can PR it, recently did another for 1.0, see https://github.com/WyriHaximus/reactphp-cache-redis/blob/master/src/Redis.php for inspiration. Not sure when I would have time for it as I'm pretty busy lately. But I'll try to squeeze it in somewhere soon. |
Sorry, I just saw these! I was trying to give it a try, but here's the error message I receive:
with a setup like:
This may be a React/Filesystem issue as well. Meanwhile, I am switching to the EIO extension to see if that is what's causing the issue. |
yes, works like a breeze with eio installed. So, must be a React\Filesystem issue. |
Interesting, does react/filesystem work when you have the EIO extension installed or are you using EIO directly? |
No I wasn't using EIO directly. But there are still some issues. I'm investigating, I'll let you know. |
Aargh... I was wrong, I'm still getting this same issue:
(slightly edited to hide paths) |
Could you try
Hah I do the same 😄 |
With newer packages that require react/cache 0.5
The text was updated successfully, but these errors were encountered: