Can Springcache+redis cache list,hash,zset structure data with annotations such as @ cacheble?

problem description

after reading the official brief guidebook and some blog posts, there is no mention of the method of caching specified redis data structures in an annotated manner.
all want to ask whether it is not possible to cache specified redis data structures with annotations?
if not, what is the implementation of caching other data types?

Aug.13,2021
Menu