Actions and Querying
Actions are exactly what they say — they do something! You can think of actions to be like diff --git a/0.7.4/actions/auth/index.html b/0.7.4/actions/auth/index.html index c1cca84f7..fd548ef32 100644 --- a/0.7.4/actions/auth/index.html +++ b/0.7.4/actions/auth/index.html @@ -3,9 +3,9 @@
-AUTH
Change global authn/authz settings
diff --git a/0.7.4/actions/dbsize/index.html b/0.7.4/actions/dbsize/index.html index c0cf7d88c..0509b1901 100644 --- a/0.7.4/actions/dbsize/index.html +++ b/0.7.4/actions/dbsize/index.html @@ -3,9 +3,9 @@ -DBSIZE
Time complexity: O(1)
diff --git a/0.7.4/actions/del/index.html b/0.7.4/actions/del/index.html
index 5ebf93b74..f9f072907 100644
--- a/0.7.4/actions/del/index.html
+++ b/0.7.4/actions/del/index.html
@@ -3,9 +3,9 @@
DEL
Time complexity: O(n)
diff --git a/0.7.4/actions/exists/index.html b/0.7.4/actions/exists/index.html
index a51d7d195..264b525fc 100644
--- a/0.7.4/actions/exists/index.html
+++ b/0.7.4/actions/exists/index.html
@@ -3,9 +3,9 @@
EXISTS
Time complexity: O(n)
diff --git a/0.7.4/actions/flushdb/index.html b/0.7.4/actions/flushdb/index.html
index 297721f21..9c7c4197c 100644
--- a/0.7.4/actions/flushdb/index.html
+++ b/0.7.4/actions/flushdb/index.html
@@ -3,9 +3,9 @@
FLUSHDB
Time complexity: O(n)
diff --git a/0.7.4/actions/get/index.html b/0.7.4/actions/get/index.html
index c23450a6a..18584b6d8 100644
--- a/0.7.4/actions/get/index.html
+++ b/0.7.4/actions/get/index.html
@@ -3,9 +3,9 @@
GET
Time complexity: O(1)
diff --git a/0.7.4/actions/heya/index.html b/0.7.4/actions/heya/index.html
index a676636aa..b9fca72f5 100644
--- a/0.7.4/actions/heya/index.html
+++ b/0.7.4/actions/heya/index.html
@@ -3,9 +3,9 @@
HEYA
Time complexity: O(1)
diff --git a/0.7.4/actions/keylen/index.html b/0.7.4/actions/keylen/index.html
index 685789a83..98dd73c47 100644
--- a/0.7.4/actions/keylen/index.html
+++ b/0.7.4/actions/keylen/index.html
@@ -3,9 +3,9 @@
KEYLEN
Time complexity: O(1)
diff --git a/0.7.4/actions/lget/index.html b/0.7.4/actions/lget/index.html
index c41da8ab2..b6ee3bfd5 100644
--- a/0.7.4/actions/lget/index.html
+++ b/0.7.4/actions/lget/index.html
@@ -3,9 +3,9 @@
LGET
LGET
can be used to access the items in a list. Through the sub-actions provided by lget
,
diff --git a/0.7.4/actions/lmod/index.html b/0.7.4/actions/lmod/index.html
index b72ab73f6..f18d388b6 100644
--- a/0.7.4/actions/lmod/index.html
+++ b/0.7.4/actions/lmod/index.html
@@ -3,9 +3,9 @@
LMOD
LMOD
can be used to mutate the elements in a list
LSET
LSET
can be used to create empty lists or lists with the provided values.
LSKEYS
Time complexity: O(n)
diff --git a/0.7.4/actions/mget/index.html b/0.7.4/actions/mget/index.html
index 277990f4f..4610f5512 100644
--- a/0.7.4/actions/mget/index.html
+++ b/0.7.4/actions/mget/index.html
@@ -3,9 +3,9 @@
MGET
Time complexity: O(n)
diff --git a/0.7.4/actions/mksnap/index.html b/0.7.4/actions/mksnap/index.html
index 38f4ac4e1..1b4f0ba68 100644
--- a/0.7.4/actions/mksnap/index.html
+++ b/0.7.4/actions/mksnap/index.html
@@ -3,9 +3,9 @@
MKSNAP
Time complexity: O(n)
diff --git a/0.7.4/actions/mpop/index.html b/0.7.4/actions/mpop/index.html
index 5569bc512..8e125232e 100644
--- a/0.7.4/actions/mpop/index.html
+++ b/0.7.4/actions/mpop/index.html
@@ -3,9 +3,9 @@
MPOP
Time complexity: O(n)
diff --git a/0.7.4/actions/mset/index.html b/0.7.4/actions/mset/index.html
index 6b57b3cef..66319bfb1 100644
--- a/0.7.4/actions/mset/index.html
+++ b/0.7.4/actions/mset/index.html
@@ -3,9 +3,9 @@
MSET
Time complexity: O(n)
diff --git a/0.7.4/actions/mupdate/index.html b/0.7.4/actions/mupdate/index.html
index fd1dcfa36..269bf2e2b 100644
--- a/0.7.4/actions/mupdate/index.html
+++ b/0.7.4/actions/mupdate/index.html
@@ -3,9 +3,9 @@
MUPDATE
Time complexity: O(n)
diff --git a/0.7.4/actions/pop/index.html b/0.7.4/actions/pop/index.html
index 1acb7d81d..655e77178 100644
--- a/0.7.4/actions/pop/index.html
+++ b/0.7.4/actions/pop/index.html
@@ -3,9 +3,9 @@
POP
Time complexity: O(1)
diff --git a/0.7.4/actions/sdel/index.html b/0.7.4/actions/sdel/index.html
index 36d3b7fdc..b0b6191f0 100644
--- a/0.7.4/actions/sdel/index.html
+++ b/0.7.4/actions/sdel/index.html
@@ -3,9 +3,9 @@
SDEL
Time complexity: O(n)
diff --git a/0.7.4/actions/set/index.html b/0.7.4/actions/set/index.html
index 958c6b4a3..e0cc77d20 100644
--- a/0.7.4/actions/set/index.html
+++ b/0.7.4/actions/set/index.html
@@ -3,9 +3,9 @@