🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
## strlen ##### *Description* Get the length of a string value. 返回字符串的长度。 ##### *Parameters* *key* ##### *Return value* *INTEGER* ##### *Example* ``` <pre class="calibre16">$redis->set('key', 'value'); $redis->strlen('key'); /* 5 */ ``` ##