lucee / extension-redis

Lucee Redis Cache Extension
11 stars 13 forks source link

Extension doesn't seem to work on lucee 5.3.8.206 #10

Open JacobSteelsmith opened 2 years ago

JacobSteelsmith commented 2 years ago

This is with a Elasticache Redis setup (not a cluster). The setup goes fine (although I did find if the cache and datasource are named the same it went with the datasource no matter what I set), but after using the application I queried the elasticache store for all keys (KEYS *) and found nothing. Restarting lucee kicked me off the application so I'm assuming it silently fell back to memory. When I use the Ortis driver it on the same setup I see the keys in the store. Thank you!

zspitzer commented 2 years ago

Hi!

Please always first post support requests to https://dev.lucee.org/ :)

JacobSteelsmith commented 2 years ago

Thanks Zac!

zspitzer commented 2 years ago

thanks, i've replied there https://dev.lucee.org/t/redis-extension-doesnt-seem-to-work/9759/