XDEL Introduction and Use Case(s) Syntax Parameter Explanations Return Values Code Examples Best Practices Common Mistakes FAQs Can XDEL remove multiple entries in a single...
ZREMRANGEBYSCORE Introduction and Use Case(s) Syntax Parameter Explanations Return Values Example Output Code Examples Best Practices Common Mistakes FAQs ZREMRANGEBYSC...
JSON.ARRINSERT Syntax Required arguments Optional arguments Return value Examples See also JSON.ARRINSERT Syntax JSON . ARRINSERT key path index value [ value ...] T...
JSON.ARRINSERT Syntax Required arguments Optional arguments Return value Examples See also JSON.ARRINSERT Syntax JSON . ARRINSERT key path index value [ value ...] T...
LMOVE Syntax Return Examples Pattern: Reliable queue Pattern: Circular list LMOVE Syntax LMOVE source destination < LEFT | RIGHT > < LEFT | RIGHT > Time complexi...
SCARD Syntax Return Examples SCARD Syntax SCARD key Time complexity: O(1) ACL categories: @read, @set, @fast Returns the set cardinality (number of elements) of the s...
SCARD Syntax Return Examples SCARD Syntax SCARD key Time complexity: O(1) ACL categories: @read, @set, @fast Returns the set cardinality (number of elements) of the s...
STRLEN Syntax Return Examples STRLEN Syntax STRLEN key Time complexity: O(1) Returns the length of the string value stored at key . An error is returned when key holds...
SCARD Syntax Return Examples SCARD Syntax SCARD key Time complexity: O(1) Returns the set cardinality (number of elements) of the set stored at key . Return Integer r...