Skip to content
This repository has been archived by the owner on Feb 16, 2022. It is now read-only.

Cache problem with PhpRedis #135

Closed
taliptako opened this issue Jan 27, 2017 · 2 comments
Closed

Cache problem with PhpRedis #135

taliptako opened this issue Jan 27, 2017 · 2 comments

Comments

@taliptako
Copy link
Contributor

I'm using Laravel 5.4 with rinvex develop branch.
My Code
public function testRinvex(PostRepository $repository) { return $repository->findAll(); }
It is working with predis but when i switch to phpredis which is new in laravel 5.4 i'm getting this error. I also test my phpredis functions get put etc they are working.But this problem still can be about laravel framework.
screenshot from 2017-01-28 00-19-08

@rjsworking
Copy link
Contributor

Hi
Take a look to this issue:

laravel/framework#17627

Cheers

@taliptako
Copy link
Contributor Author

This problem fixed with the laravel framework 5.4.7

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants