1. DBSIZE

返回当前数据库的 key 的数量。

起始版本:

= 1.0.0

时间复杂度

O(1)

返回值:

当前数据库的 key 的数量。

案例

127.0.0.1:6379> KEYS *
1) "key1"
2) "db_number"
127.0.0.1:6379> DBSIZE
(integer) 2
Copyright © wychuan.com 2017 all right reserved,powered by Gitbook该文件修订时间: 2017-10-17 02:48:52

results matching ""

    No results matching ""