Does anyone know if there was a bug ticket or a fi...
# lucee
b
Does anyone know if there was a bug ticket or a fix for stored procedures getting cached without the named params? We have a couple stored procedures that have multiple result sets and somehow it gets cached in Redis without the result sets even though the result sets always return a value.
This is obviously an issue since we cache the queries for a day and when it gets cached with no result sets the query will create an error until we clear that specific query out of cache or let it expire.