hoisie / redis

A simple, powerful Redis client for Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

missing strlen API

rbucker opened this issue · comments

the STRLEN function is missing from the API list. I'm not sure if this is on purpose or not, however, it is terribly inefficient to transmit very long strings from the redis server to the client just so the client can perform a len() locally instead of simply requesting the info from the redis server.