MGET key [key …]
Time complexity: O(N) where N is the number of keys to retrieve.
Array reply: list of values at the specified keys.
*Examples
redis> SET key2 "World"
Time complexity: O(N) where N is the number of keys to retrieve.
Array reply: list of values at the specified keys.
redis> SET key2 "World"
本文档使用 全库网 构建