Fixed
Details
Assignee
Michael OffnerMichael OffnerReporter
Michael OffnerMichael OffnerPriority
NewFix versions
New Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Details
Details
Assignee
Michael Offner
Michael OffnerReporter
Michael Offner
Michael OffnerPriority
Fix versions
New Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Created 13 May 2022 at 07:54
Updated 13 May 2022 at 11:41
Resolved 13 May 2022 at 11:41
When you try to store an UDF into Redis you get this exception
java.io.IOException: type [lucee.runtime.type.UDFImpl] cannot be converted to BSON yet! at lucee.extension.io.cache.util.BSON.toBsonValue(BSON.java:344) at lucee.extension.io.cache.util.BSON._toBsonDocumentStruct(BSON.java:374) at lucee.extension.io.cache.util.BSON.toBsonDocument(BSON.java:256) at lucee.extension.io.cache.util.Coder.serialize(Coder.java:123) at lucee.extension.io.cache.redis.RedisCache.put(RedisCache.java:405) at lucee.extension.io.cache.redis.RedisCache.access$100(RedisCache.java:37) at lucee.extension.io.cache.redis.RedisCache$Storage.run(RedisCache.java:995)