strlen

STRLEN

STRLEN key

Returns the length of the string value stored at key. An error is returned when key holds a non-string value.

Return value

Integer reply: the length of the string at key, or 0 when key does not exist.

Examples

redis> SET mykey "Hello world" "OK" redis> STRLEN mykey (integer) 11 redis> STRLEN nonexisting (integer) 0

© 2009–2017 Salvatore Sanfilippo
Licensed under the Creative Commons Attribution-ShareAlike License 4.0.
https://redis.io/commands/strlen

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部