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 58d81dcf5..4fe209de6 100644 --- a/0.7.4/actions/auth/index.html +++ b/0.7.4/actions/auth/index.html @@ -4,8 +4,8 @@
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 79be83674..96c82b451 100644 --- a/0.7.4/actions/dbsize/index.html +++ b/0.7.4/actions/dbsize/index.html @@ -4,8 +4,8 @@DBSIZE
Time complexity: O(1)
diff --git a/0.7.4/actions/del/index.html b/0.7.4/actions/del/index.html
index 8b6d3d55b..587dd809a 100644
--- a/0.7.4/actions/del/index.html
+++ b/0.7.4/actions/del/index.html
@@ -4,8 +4,8 @@
DEL
Time complexity: O(n)
diff --git a/0.7.4/actions/exists/index.html b/0.7.4/actions/exists/index.html
index ee991abfb..391c23ac6 100644
--- a/0.7.4/actions/exists/index.html
+++ b/0.7.4/actions/exists/index.html
@@ -4,8 +4,8 @@
EXISTS
Time complexity: O(n)
diff --git a/0.7.4/actions/flushdb/index.html b/0.7.4/actions/flushdb/index.html
index 15702b180..837feb9d6 100644
--- a/0.7.4/actions/flushdb/index.html
+++ b/0.7.4/actions/flushdb/index.html
@@ -4,8 +4,8 @@
FLUSHDB
Time complexity: O(n)
diff --git a/0.7.4/actions/get/index.html b/0.7.4/actions/get/index.html
index b9ad73f75..a6b6b4bc9 100644
--- a/0.7.4/actions/get/index.html
+++ b/0.7.4/actions/get/index.html
@@ -4,8 +4,8 @@
GET
Time complexity: O(1)
diff --git a/0.7.4/actions/heya/index.html b/0.7.4/actions/heya/index.html
index d164061f3..6974e368e 100644
--- a/0.7.4/actions/heya/index.html
+++ b/0.7.4/actions/heya/index.html
@@ -4,8 +4,8 @@
HEYA
Time complexity: O(1)
diff --git a/0.7.4/actions/keylen/index.html b/0.7.4/actions/keylen/index.html
index 440bc8233..1ad19cecd 100644
--- a/0.7.4/actions/keylen/index.html
+++ b/0.7.4/actions/keylen/index.html
@@ -4,8 +4,8 @@
KEYLEN
Time complexity: O(1)
diff --git a/0.7.4/actions/lget/index.html b/0.7.4/actions/lget/index.html
index 8b64aec9d..404a59451 100644
--- a/0.7.4/actions/lget/index.html
+++ b/0.7.4/actions/lget/index.html
@@ -4,8 +4,8 @@
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 190f38be9..f49eee26b 100644
--- a/0.7.4/actions/lmod/index.html
+++ b/0.7.4/actions/lmod/index.html
@@ -4,8 +4,8 @@
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 1e42a6a99..7b5fdff93 100644
--- a/0.7.4/actions/mget/index.html
+++ b/0.7.4/actions/mget/index.html
@@ -4,8 +4,8 @@
MGET
Time complexity: O(n)
diff --git a/0.7.4/actions/mksnap/index.html b/0.7.4/actions/mksnap/index.html
index 2f3677849..2eb1387d6 100644
--- a/0.7.4/actions/mksnap/index.html
+++ b/0.7.4/actions/mksnap/index.html
@@ -4,8 +4,8 @@
MKSNAP
Time complexity: O(n)
diff --git a/0.7.4/actions/mpop/index.html b/0.7.4/actions/mpop/index.html
index 9207288e8..29350cdf5 100644
--- a/0.7.4/actions/mpop/index.html
+++ b/0.7.4/actions/mpop/index.html
@@ -4,8 +4,8 @@
MPOP
Time complexity: O(n)
diff --git a/0.7.4/actions/mset/index.html b/0.7.4/actions/mset/index.html
index a7aded9db..40bef16aa 100644
--- a/0.7.4/actions/mset/index.html
+++ b/0.7.4/actions/mset/index.html
@@ -4,8 +4,8 @@
MSET
Time complexity: O(n)
diff --git a/0.7.4/actions/mupdate/index.html b/0.7.4/actions/mupdate/index.html
index a3ff332d3..beac6d189 100644
--- a/0.7.4/actions/mupdate/index.html
+++ b/0.7.4/actions/mupdate/index.html
@@ -4,8 +4,8 @@
MUPDATE
Time complexity: O(n)
diff --git a/0.7.4/actions/pop/index.html b/0.7.4/actions/pop/index.html
index 76b98cf14..1135fe0cb 100644
--- a/0.7.4/actions/pop/index.html
+++ b/0.7.4/actions/pop/index.html
@@ -4,8 +4,8 @@
POP
Time complexity: O(1)
diff --git a/0.7.4/actions/sdel/index.html b/0.7.4/actions/sdel/index.html
index cb8defeb7..b770202c8 100644
--- a/0.7.4/actions/sdel/index.html
+++ b/0.7.4/actions/sdel/index.html
@@ -4,8 +4,8 @@
SDEL
Time complexity: O(n)
diff --git a/0.7.4/actions/set/index.html b/0.7.4/actions/set/index.html
index 95bc5d90d..5c20c91db 100644
--- a/0.7.4/actions/set/index.html
+++ b/0.7.4/actions/set/index.html
@@ -4,8 +4,8 @@