Great idea. It’ll be in the next version 🙂
@leemn Can you give me a use case or an example for a redis prefix?
I’ve got the database id, and put in auth at the moment
Thread Starter
leemn
(@leemn)
Hi Kevin,
There are situations where I will have more than a single site using the same database id but have a different redis prefix/key. Having this prefix/key allows me to purge only those items. A good example of this option is shown in the plugin created by Till Krüss “Redis Object Cache”
appreciate that @leemn
I’ll definately look into it 🙂
Just a heads up @leemn I can’t use that as reference. They hook into LUA to do their purging, so it’ll be a bit longer before I can actually add the prefix/key in.
I’m only using pure PHP
This is all set and implemented