i had been using a third party redis extension in ...
# lucee
j
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
I'm thinking Lucee never added support for that.
You can prefix your keys with something, but I'm honestly not sure if that is optimized the same.
j
it would require me to hack mura core code to make that work.
👍 1
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.