| GRP Interface | Lists REDIS Command |
|---|---|
| _ | BLMOVE |
| _ | BLMPOP |
| _ | BLPOP |
| _ | BRPOP |
| _ | BRPOPLPUSH |
| listIndex | LINDEX |
| listInsert | LINSERT |
| listLength | LLEN |
| listMove | LMOVE |
| listMultiplePop | LMPOP |
| listPopFront | LPOP |
| listPosition | LPOS |
| listPushFront | LPUSH |
| listPushFrontExist | LPUSHX |
| listRange | LRANGE |
| listRemove | LREM |
| listSet | LSET |
| listTrim | LTRIM |
| listPopBack | RPOP |
| listPushBack | RPUSH |
| listPushBackExist | RPUSHX |