When using Redis storage, the incorrect key was used to query the InstanceMeta, resulting in empty QueryResultEventInfoEntity and a null pointer during notification.
How can we reproduce it (as minimally and precisely as possible)?
this issue may happens for addInstanceMeta method use set rather than hset. Since hset can not set expire time for filed, I think we should just use set and get with expire time
What happened?
When using Redis storage, the incorrect key was used to query the InstanceMeta, resulting in empty QueryResultEventInfoEntity and a null pointer during notification.
How can we reproduce it (as minimally and precisely as possible)?
Anything else we need to know?
No response
Sermant version
OS version
MacOS