- llen
int llen(string key)
Undocumented in source. Be warned that the author may not have intended to support it.
- lpop
string lpop(string key)
Undocumented in source. Be warned that the author may not have intended to support it.
- lpush
int lpush(string key, string args)
Undocumented in source. Be warned that the author may not have intended to support it.
- lrange
string[] lrange(string key, int start, int end)
Undocumented in source. Be warned that the author may not have intended to support it.
- lset
bool lset(string key, int index, string value)
Undocumented in source. Be warned that the author may not have intended to support it.