i had been using a third party redis extension in lucee, but recently, i switched to using the lucee-provided extension. however, i don't see how to set the namespace for a given cache in the lucee version. is that not possible?
the third party version had a 'namespace' parameter, which would create a namespace ('folder') in redis.
b
bdw429s
01/31/2023, 6:06 PM
I'm thinking Lucee never added support for that.
bdw429s
01/31/2023, 6:06 PM
You can prefix your keys with something, but I'm honestly not sure if that is optimized the same.
j
jamiejackson
01/31/2023, 6:07 PM
it would require me to hack mura core code to make that work.
👍 1
jamiejackson
01/31/2023, 6:07 PM
i'm not completely sure that it's actually a real problem in its current state but it does make it harder to troubleshoot caching.