Open pborreli opened 9 years ago
+1
+1
Wouldn't namespacing suffice for your needs? (http://www.stashphp.com/Grouping.html#namespaces)
I can see a need for this, so I'll toss it on the list. Someone is working on a predis driver option, so I'm going to let them finish that up and then add the new option in.
+1 cause redis is shared
FWIW there is also an issue calling clear on the existing redis driver with no key name, which will blow away the entire redis database because it calls FLUSHDB
Hey,
Anything happen with this? I've skimmed through the 3 Predis PRs and they all seem to have halted. If there's any interest I can potentially pick up from one.
This would also be useful for managing lots of keys on large shared Redis databases.
👍
Just waiting on a PR :-)
I would like to use multiple application with only one redis server and cannot find the way to specify prefix like in this example :
Could you point me to a direction ? FYI, i'm using Stash with StashBundle inside a EZ5 project