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
I hashed the abspath with crc32 in my implementation. Big key lengths are bad for redis performance.
Removing the : on empty cache salts allows the redisinsight memory profiler to function properly.
As per 7b85660 from #13 by @msigley we seem to prefix the keys with a single ":" if the
WP_CACHE_SALT
parameter is empty.The proposal is to remove the prefix altogether then.
Is this okay? Is this not okay?
If we change it now do we break existing deployments? Probably not. They'll just expire. Any conflicts? Who knows?
The text was updated successfully, but these errors were encountered: