LINSERT Syntax Return Examples LINSERT Syntax LINSERT key < BEFORE | AFTER > pivot element Time complexity: O(N) where N is the number of elements to traverse before...
LINSERT Syntax Return Examples LINSERT Syntax LINSERT key < BEFORE | AFTER > pivot element Time complexity: O(N) where N is the number of elements to traverse before...
LPOS Introduction and Use Case(s) Syntax Parameter Explanations Return Values Examples: Code Examples Best Practices Common Mistakes FAQs How do I find the second occurrenc...
FT.CREATE Syntax Description Required arguments Optional arguments Return Examples See also Related topics FT.CREATE Syntax FT . CREATE index [ ON HASH | JSON ] ...
FT.CREATE Syntax Description Required arguments Optional arguments Return Examples See also Related topics FT.CREATE Syntax FT . CREATE index [ ON HASH | JSON ] ...
LMOVE Syntax Return Examples Pattern: Reliable queue Pattern: Circular list LMOVE Syntax LMOVE source destination < LEFT | RIGHT > < LEFT | RIGHT > Time complexi...
FT.PROFILE Syntax Description Required arguments Return Examples See also Related topics FT.PROFILE Syntax FT . PROFILE index SEARCH [ LIMITED ] QUERY query Time co...
DECR Syntax Return Examples DECR Syntax DECR key Time complexity: O(1) Decrements the number stored at key by one. If the key does not exist, it is set to 0 before pe...