cn-infra
cn-infra copied to clipboard
Whether the redis support the list type?
I can see their is only GetValue(key) API, whether this support a list type ?
broker or watcher don't provide the API to access the list type. But seems I can use the db.client directly to get the list value.