LPOP Introduction and Use Case(s) Syntax Parameter Explanations Return Values Code Examples Best Practices Common Mistakes FAQs What happens if I call LPOP on a key that do...
ZSCORE Introduction and Use Case(s) Syntax Parameter Explanations Return Values Code Examples Best Practices Common Mistakes FAQs ZSCORE Introduction and Use Case(s) Th...
SREM Syntax Return Examples SREM Syntax SREM key member [ member ...] Time complexity: O(N) where N is the number of members to be removed. ACL categories: @write, @...
HSET Syntax Return Examples HSET Syntax HSET key field value [ field value ...] Time complexity: O(1) for each field/value pair added, so O(N) to add N field/value pai...
HSET Syntax Return Examples HSET Syntax HSET key field value [ field value ...] Time complexity: O(1) for each field/value pair added, so O(N) to add N field/value pai...
ACL LOAD Syntax Return Examples ACL LOAD Syntax ACL LOAD ACL categories: @admin, @slow, @dangerous When Dragonfly is configured to use an ACL file (with the --aclfile ...
LRANGE Syntax Consistency with range functions in various programming languages Out-of-range indexes Return Examples LRANGE Syntax LRANGE key start stop Time complexity...
ZLEXCOUNT Syntax Return Examples ZLEXCOUNT Syntax ZLEXCOUNT key min max Time complexity: O(log(N)) with N being the number of elements in the sorted set. ACL categories...