You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: