Skip to content

Commit 93d6bcd

Browse files
committed
fixed the README (Redis::REDIS_ZSET , Redis::REDIS_HASH )
1 parent 0559f55 commit 93d6bcd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.markdown

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1274,6 +1274,8 @@ Depending on the type of the data pointed by the key, this method will return th
12741274
string: Redis::REDIS_STRING
12751275
set: Redis::REDIS_SET
12761276
list: Redis::REDIS_LIST
1277+
zset: Redis::REDIS_ZSET
1278+
hash: Redis::REDIS_HASH
12771279
other: Redis::REDIS_NOT_FOUND
12781280

12791281
##### *Example*

0 commit comments

Comments
 (0)