I have multiply cache drivers. File and redis.
I have error when I set default cache driver to redis and try to put data to file store after redis store.
Thank you for the pull request. I've also reviewed all stores and fixed several issues - review 5.4.4 release for details. Now it should be more stable for complicated situations.
Hello.
I have multiply cache drivers. File and redis. I have error when I set default cache driver to redis and try to put data to file store after redis store.
For example.
On the first call
AlternativeCacheStore::$hierarchySeparator
defined as '|' according toredis
store. And this value is invalid for file store.https://github.com/swayok/alternative-laravel-cache/blob/master/src/AlternativeLaravelCache/Core/AlternativeCacheStore.php#L106
In my opinion, this is a bug, and hierarchySeparator must be related to current cache store (wrappedConnection).
Thanks.