MGET
About
Time complexity: O(n)
Accept type:
Return type:
Syntax:
MGET <key1> <key2> ...
Get the value of ‘n’ keys from the current table, if they exist
Time complexity: O(n)
Accept type:
Return type:
Syntax:
MGET <key1> <key2> ...Get the value of ‘n’ keys from the current table, if they exist
本文档使用 WanXiangYunDang 构建