I have found a bug in the Ortus Redis Cache extens...
# box-products
b
I have found a bug in the Ortus Redis Cache extension. When you use a "keyprefix" that contains upper case letters, the functions
cachePut()
and
cacheGet()
work as expected. The function
cacheGetAllIds()
always returns 0. The function
cacheClear()
does not clear the cache. I have made a small example project to demonstrate: https://github.com/bferdinandus/cf-redis-cache For this example I'm running a Redis server at localhost:6379
b
@lmajano
l
Thanks. I will check back next week after the holidays
Notes
Can you create a Jira ticket with this please
So we can track it
b