Problem Description.
Springboot integration redis annotations, request access with the following error:
org.springframework.expression.spel.SpelEvaluationException: EL1008E:
Property or field ‘getListMember’ cannot be found on object of type
‘org.springframework.cache.interceptor.CacheExpressionRootObject’ –
maybe not public or not valid?

Reason: missing single quotes in redis tag

Solution:
Add single quotes to the redis tag

Read More:
- [Solved] Redis Cache Error: org.springframework.data.redis.serializer.SerializationException: Could not read JSON..
- PostgreSQL insert data error: column “XXX” does not exist solution
- Error creating bean with name ‘redistemplate’ defined in class path resource
- Error creating bean with name ‘captchaController‘: Unsatisfied dependency expressed through field ‘c
- [Solved] springmvc:Error creating bean with name ‘org.springframework.cache.interceptor.CacheInterceptor
- [Solved] Failed to invoke @ExceptionHandler method is reported after adding @ControllerAdvice
- [Solved] MongoDB Error: TypeError: Object of type ObjectId is not JSON serializable
- [Solved] thymeleaf.TemplateEngineException processing template “main“: An error happened during template pars
- [Solved] Redis Execute redis-cli shutdown Error: (error) ERR Errors trying to SHUTDOWN. Check logs.
- [Solved] A-LOAM Ceres Compile Error: error: ‘integer_sequence’ is not a member of ‘std‘
- When integrating redis with SSM framework, error creating bean with name ‘rediscontentserviceimpl’ defined in file
- [Solved] XML file configuration database connection information logical symbol error
- [Solved] Mac starts redis error: there is no specified conf file
- [Solved] Redis Error: Error creating bean with name stringRedisTemplate defined in class path resource
- PIKA trouble02 — (error) ERR Syntax error, try CLIENT (LIST [order by [addr|idle]| KILL ip:port)
- Spring boot uses configuration interface webmvcconfigurer to solve cross domain problems
- [Solved] Redis Error: Creating Server TCP listening socket *:6379: bind: No error
- [Solved] JSON parse error: Unexpected character (‘‘‘ (code 39)): was expecting double-quote to start ……
- [Solved] Redis startup error Creating Server TCP listening socket 127.0.0.1:6379: bind: No error
- [Solved] JSON parse error: Unexpected character (‘‘‘ (code 39)): was expecting double-quote to star