You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This needs a little more info. What are you actually trying to do? Can you provide some code examples? How do the Redis options affect the linked code?
Laravel RedisStore implementation has php serialize() / unserialize() hardcoded. This prevents igbinary serialization of strings if option passed to phpredis
PECL redis 4.1.1
Description:
Cant set Redis::OPT_SERIALIZER to any value, thats because of:
serialize
and
unserialize
methods in RedisStore.
Store needs refactor, to accept Redis::SERIALIZER_IGBINARY
The text was updated successfully, but these errors were encountered: