birdy1980
11/25/2022, 10:39 AMcachePut()
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:6379bdw429s
11/25/2022, 4:31 PMlmajano
11/25/2022, 4:34 PMlmajano
11/25/2022, 4:34 PMlmajano
11/25/2022, 4:34 PMlmajano
11/25/2022, 4:34 PMlmajano
11/25/2022, 4:35 PMbirdy1980
11/28/2022, 7:42 AM