cn-infra icon indicating copy to clipboard operation
cn-infra copied to clipboard

Whether the redis support the list type?

Open chaoyun opened this issue 8 years ago • 1 comments

I can see their is only GetValue(key) API, whether this support a list type ?

chaoyun avatar Mar 23 '18 07:03 chaoyun

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.

chaoyun avatar Mar 23 '18 09:03 chaoyun