diff --git a/docs/404.html b/docs/404.html index 22267dd..32e8a48 100644 --- a/docs/404.html +++ b/docs/404.html @@ -5,7 +5,7 @@ - + @@ -14,7 +14,7 @@ -
"0.8.0"
+ VERSION = "0.9.0"
Redis::Commands::SortedSet
- zrange(key : String, starting : String | Float64, ending : String | Float64, with_scores : Bool = false)
+
+ zrange(key : String, starting : String | Int64, ending : String | Int64, with_scores : Bool = false)
zrange,
-
- zrangebyscore(key : String, low : String | Float64, high : String | Float64, limit : Enumerable(String) | Nil = nil)
+
+ zrangebyscore(key : String, low : String | Int64, high : String | Int64, limit : Enumerable(String) | Nil = nil)
zrangebyscore,
@@ -1053,18 +1053,18 @@ Instance methods inherited from module
- zremrangebyrank(key : String, low : Int, high : Int)
+
+ zremrangebyrank(key : String, low : Int64, high : Int64)
zremrangebyrank,
-
- zremrangebyscore(key : String, low : String | Float, high : String | Float)
+
+ zremrangebyscore(key : String, low : String | Int64, high : String | Int64)
zremrangebyscore,
-
- zrevrange(key : String, starting : String | Int, ending : String | Int, with_scores : Bool = false)
+
+ zrevrange(key : String, starting : String | Int64, ending : String | Int64, with_scores : Bool = false)
zrevrange,
@@ -1331,7 +1331,7 @@
- [View source]
+ [View source]
@@ -1359,7 +1359,7 @@
- [View source]
+ [View source]
@@ -1389,7 +1389,7 @@
- [View source]
+ [View source]
@@ -1405,7 +1405,7 @@
- [View source]
+ [View source]
@@ -1421,7 +1421,7 @@
- [View source]
+ [View source]
@@ -1437,7 +1437,7 @@
- [View source]
+ [View source]
@@ -1453,7 +1453,7 @@
- [View source]
+ [View source]
@@ -1477,7 +1477,7 @@
- [View source]
+ [View source]
@@ -1493,7 +1493,7 @@
- [View source]
+ [View source]
@@ -1509,7 +1509,7 @@
- [View source]
+ [View source]
diff --git a/docs/Redis/Cluster.html b/docs/Redis/Cluster.html
index d984e98..1768823 100644
--- a/docs/Redis/Cluster.html
+++ b/docs/Redis/Cluster.html
@@ -5,7 +5,7 @@
-
+
@@ -14,7 +14,7 @@
- Redis::Cluster - redis 0.8.1
+ Redis::Cluster - redis 0.9.0
@@ -45,7 +45,7 @@
- 0.8.1
+ 0.9.0
@@ -641,14 +641,14 @@
-
+
cluster.cr
-
+
errors.cr
@@ -1047,8 +1047,8 @@ Instance methods inherited from module Redis::Commands::SortedSet
-
- zadd(key : String, score : String | Float | Int, value : String)
zadd(key : String, values : Enumerable)
+
+ zadd(key : String, score : String | Int64, value : String)
zadd(key : String, values : Enumerable(String))
zadd,
@@ -1062,13 +1062,13 @@ Instance methods inherited from module
- zrange(key : String, starting : String | Float64, ending : String | Float64, with_scores : Bool = false)
+
+ zrange(key : String, starting : String | Int64, ending : String | Int64, with_scores : Bool = false)
zrange,
-
- zrangebyscore(key : String, low : String | Float64, high : String | Float64, limit : Enumerable(String) | Nil = nil)
+
+ zrangebyscore(key : String, low : String | Int64, high : String | Int64, limit : Enumerable(String) | Nil = nil)
zrangebyscore,
@@ -1077,18 +1077,18 @@ Instance methods inherited from module
- zremrangebyrank(key : String, low : Int, high : Int)
+
+ zremrangebyrank(key : String, low : Int64, high : Int64)
zremrangebyrank,
-
- zremrangebyscore(key : String, low : String | Float, high : String | Float)
+
+ zremrangebyscore(key : String, low : String | Int64, high : String | Int64)
zremrangebyscore,
-
- zrevrange(key : String, starting : String | Int, ending : String | Int, with_scores : Bool = false)
+
+ zrevrange(key : String, starting : String | Int64, ending : String | Int64, with_scores : Bool = false)
zrevrange,
@@ -1356,7 +1356,7 @@
- [View source]
+ [View source]
@@ -1391,7 +1391,7 @@
- [View source]
+ [View source]
@@ -1417,7 +1417,7 @@
- [View source]
+ [View source]
@@ -1452,7 +1452,7 @@
- [View source]
+ [View source]
@@ -1473,7 +1473,7 @@
- [View source]
+ [View source]
@@ -1502,7 +1502,7 @@
- [View source]
+ [View source]
@@ -1529,7 +1529,7 @@
- [View source]
+ [View source]
@@ -1550,7 +1550,7 @@
- [View source]
+ [View source]
@@ -1572,7 +1572,7 @@
- [View source]
+ [View source]
diff --git a/docs/Redis/Cluster/Ask.html b/docs/Redis/Cluster/Ask.html
index 6060431..f9f0288 100644
--- a/docs/Redis/Cluster/Ask.html
+++ b/docs/Redis/Cluster/Ask.html
@@ -5,7 +5,7 @@
-
+
@@ -14,7 +14,7 @@
- Redis::Cluster::Ask - redis 0.8.1
+ Redis::Cluster::Ask - redis 0.9.0
@@ -45,7 +45,7 @@
- 0.8.1
+ 0.9.0
@@ -599,7 +599,7 @@
-
+
errors.cr
diff --git a/docs/Redis/Cluster/CrossSlot.html b/docs/Redis/Cluster/CrossSlot.html
index 9eab6f8..8815584 100644
--- a/docs/Redis/Cluster/CrossSlot.html
+++ b/docs/Redis/Cluster/CrossSlot.html
@@ -5,7 +5,7 @@
-
+
@@ -14,7 +14,7 @@
- Redis::Cluster::CrossSlot - redis 0.8.1
+ Redis::Cluster::CrossSlot - redis 0.9.0
@@ -45,7 +45,7 @@
- 0.8.1
+ 0.9.0
@@ -599,7 +599,7 @@
-
+
errors.cr
diff --git a/docs/Redis/Cluster/Error.html b/docs/Redis/Cluster/Error.html
index 0559233..57df1a5 100644
--- a/docs/Redis/Cluster/Error.html
+++ b/docs/Redis/Cluster/Error.html
@@ -5,7 +5,7 @@
-
+
@@ -14,7 +14,7 @@
- Redis::Cluster::Error - redis 0.8.1
+ Redis::Cluster::Error - redis 0.9.0
@@ -45,7 +45,7 @@
- 0.8.1
+ 0.9.0
@@ -617,7 +617,7 @@
-
+
errors.cr
diff --git a/docs/Redis/Cluster/Moved.html b/docs/Redis/Cluster/Moved.html
index 102e206..17fc87b 100644
--- a/docs/Redis/Cluster/Moved.html
+++ b/docs/Redis/Cluster/Moved.html
@@ -5,7 +5,7 @@
-
+
@@ -14,7 +14,7 @@
- Redis::Cluster::Moved - redis 0.8.1
+ Redis::Cluster::Moved - redis 0.9.0
@@ -45,7 +45,7 @@
- 0.8.1
+ 0.9.0
@@ -599,7 +599,7 @@
-
+
errors.cr
diff --git a/docs/Redis/Commands.html b/docs/Redis/Commands.html
index 6007916..d888f2e 100644
--- a/docs/Redis/Commands.html
+++ b/docs/Redis/Commands.html
@@ -5,7 +5,7 @@
-
+
@@ -14,7 +14,7 @@
- Redis::Commands - redis 0.8.1
+ Redis::Commands - redis 0.9.0
@@ -45,7 +45,7 @@
- 0.8.1
+ 0.9.0
@@ -655,42 +655,42 @@
-
+
commands.cr
-
+
commands/hash.cr
-
+
graph.cr
-
+
json.cr
-
+
search.cr
-
+
time_series.cr
@@ -1073,8 +1073,8 @@ Instance methods inherited from module Redis::Commands::SortedSet
-
- zadd(key : String, score : String | Float | Int, value : String)
zadd(key : String, values : Enumerable)
+
+ zadd(key : String, score : String | Int64, value : String)
zadd(key : String, values : Enumerable(String))
zadd,
@@ -1088,13 +1088,13 @@ Instance methods inherited from module
- zrange(key : String, starting : String | Float64, ending : String | Float64, with_scores : Bool = false)
+
+ zrange(key : String, starting : String | Int64, ending : String | Int64, with_scores : Bool = false)
zrange,
-
- zrangebyscore(key : String, low : String | Float64, high : String | Float64, limit : Enumerable(String) | Nil = nil)
+
+ zrangebyscore(key : String, low : String | Int64, high : String | Int64, limit : Enumerable(String) | Nil = nil)
zrangebyscore,
@@ -1103,18 +1103,18 @@ Instance methods inherited from module
- zremrangebyrank(key : String, low : Int, high : Int)
+
+ zremrangebyrank(key : String, low : Int64, high : Int64)
zremrangebyrank,
-
- zremrangebyscore(key : String, low : String | Float, high : String | Float)
+
+ zremrangebyscore(key : String, low : String | Int64, high : String | Int64)
zremrangebyscore,
-
- zrevrange(key : String, starting : String | Int, ending : String | Int, with_scores : Bool = false)
+
+ zrevrange(key : String, starting : String | Int64, ending : String | Int64, with_scores : Bool = false)
zrevrange,
@@ -1363,7 +1363,7 @@
- [View source]
+ [View source]
@@ -1387,7 +1387,7 @@
- [View source]
+ [View source]
@@ -1411,7 +1411,7 @@
- [View source]
+ [View source]
@@ -1435,7 +1435,7 @@
- [View source]
+ [View source]
@@ -1469,7 +1469,7 @@
- [View source]
+ [View source]
@@ -1503,7 +1503,7 @@
- [View source]
+ [View source]
@@ -1537,7 +1537,7 @@
- [View source]
+ [View source]
@@ -1571,7 +1571,7 @@
- [View source]
+ [View source]
@@ -1597,7 +1597,7 @@
- [View source]
+ [View source]
@@ -1613,7 +1613,7 @@
- [View source]
+ [View source]
@@ -1629,7 +1629,7 @@
- [View source]
+ [View source]
@@ -1645,7 +1645,7 @@
- [View source]
+ [View source]
@@ -1667,7 +1667,7 @@
- [View source]
+ [View source]
@@ -1688,7 +1688,7 @@
- [View source]
+ [View source]
@@ -1709,7 +1709,7 @@
- [View source]
+ [View source]
@@ -1732,7 +1732,7 @@
- [View source]
+ [View source]
@@ -1753,7 +1753,7 @@
- [View source]
+ [View source]
@@ -1777,7 +1777,7 @@
- [View source]
+ [View source]
@@ -1801,7 +1801,7 @@
- [View source]
+ [View source]
@@ -1817,7 +1817,7 @@
- [View source]
+ [View source]
@@ -1840,7 +1840,7 @@
- [View source]
+ [View source]
@@ -1867,7 +1867,7 @@
- [View source]
+ [View source]
@@ -1883,7 +1883,7 @@
- [View source]
+ [View source]
@@ -1899,7 +1899,7 @@
- [View source]
+ [View source]
@@ -1915,7 +1915,7 @@
- [View source]
+ [View source]
@@ -1931,7 +1931,7 @@
- [View source]
+ [View source]
@@ -1947,7 +1947,7 @@
- [View source]
+ [View source]
@@ -1963,7 +1963,7 @@
- [View source]
+ [View source]
@@ -1979,7 +1979,7 @@
- [View source]
+ [View source]
@@ -2002,7 +2002,7 @@
- [View source]
+ [View source]
@@ -2018,7 +2018,7 @@
- [View source]
+ [View source]
@@ -2040,7 +2040,7 @@
- [View source]
+ [View source]
@@ -2062,7 +2062,7 @@
- [View source]
+ [View source]
@@ -2085,7 +2085,7 @@
- [View source]
+ [View source]
@@ -2107,7 +2107,7 @@
- [View source]
+ [View source]
@@ -2133,7 +2133,7 @@
- [View source]
+ [View source]
@@ -2165,7 +2165,7 @@
- [View source]
+ [View source]
@@ -2181,7 +2181,7 @@
- [View source]
+ [View source]
@@ -2197,7 +2197,7 @@
- [View source]
+ [View source]
@@ -2219,7 +2219,7 @@
- [View source]
+ [View source]
@@ -2235,7 +2235,7 @@
- [View source]
+ [View source]
@@ -2251,7 +2251,7 @@
- [View source]
+ [View source]
@@ -2267,7 +2267,7 @@
- [View source]
+ [View source]
@@ -2283,7 +2283,7 @@
- [View source]
+ [View source]
diff --git a/docs/Redis/Commands/EmptyEnumerable.html b/docs/Redis/Commands/EmptyEnumerable.html
index 9a6ede6..6277910 100644
--- a/docs/Redis/Commands/EmptyEnumerable.html
+++ b/docs/Redis/Commands/EmptyEnumerable.html
@@ -5,7 +5,7 @@
-
+
@@ -14,7 +14,7 @@
- Redis::Commands::EmptyEnumerable - redis 0.8.1
+ Redis::Commands::EmptyEnumerable - redis 0.9.0
@@ -45,7 +45,7 @@
- 0.8.1
+ 0.9.0
@@ -624,7 +624,7 @@
-
+
commands.cr
@@ -768,7 +768,7 @@
- [View source]
+ [View source]
@@ -809,7 +809,7 @@
- [View source]
+ [View source]
@@ -825,7 +825,7 @@
- [View source]
+ [View source]
@@ -851,7 +851,7 @@
- [View source]
+ [View source]
diff --git a/docs/Redis/Commands/Hash.html b/docs/Redis/Commands/Hash.html
index cf610dc..a94bba8 100644
--- a/docs/Redis/Commands/Hash.html
+++ b/docs/Redis/Commands/Hash.html
@@ -5,7 +5,7 @@
-
+
@@ -14,7 +14,7 @@
- Redis::Commands::Hash - redis 0.8.1
+ Redis::Commands::Hash - redis 0.9.0
@@ -45,7 +45,7 @@
- 0.8.1
+ 0.9.0
@@ -611,7 +611,7 @@
-
+
commands/hash.cr
@@ -780,7 +780,7 @@
- [View source]
+ [View source]
@@ -806,7 +806,7 @@
- [View source]
+ [View source]
@@ -830,7 +830,7 @@
- [View source]
+ [View source]
@@ -854,7 +854,7 @@
- [View source]
+ [View source]
@@ -879,7 +879,7 @@
- [View source]
+ [View source]
@@ -903,7 +903,7 @@
- [View source]
+ [View source]
@@ -927,7 +927,7 @@
- [View source]
+ [View source]
@@ -948,7 +948,7 @@
- [View source]
+ [View source]
@@ -982,7 +982,7 @@
- [View source]
+ [View source]
@@ -1008,7 +1008,7 @@
- [View source]
+ [View source]
@@ -1033,7 +1033,7 @@
- [View source]
+ [View source]
@@ -1059,7 +1059,7 @@
- [View source]
+ [View source]
@@ -1084,7 +1084,7 @@
- [View source]
+ [View source]
@@ -1112,7 +1112,7 @@
- [View source]
+ [View source]
diff --git a/docs/Redis/Commands/List.html b/docs/Redis/Commands/List.html
index 32fa3b9..6392658 100644
--- a/docs/Redis/Commands/List.html
+++ b/docs/Redis/Commands/List.html
@@ -5,7 +5,7 @@
-
+
@@ -14,7 +14,7 @@
- Redis::Commands::List - redis 0.8.1
+ Redis::Commands::List - redis 0.9.0
@@ -45,7 +45,7 @@
- 0.8.1
+ 0.9.0
@@ -611,7 +611,7 @@
-
+
commands/list.cr
@@ -835,7 +835,7 @@
- [View source]
+ [View source]
@@ -869,7 +869,7 @@
- [View source]
+ [View source]
@@ -903,7 +903,7 @@
- [View source]
+ [View source]
@@ -937,7 +937,7 @@
- [View source]
+ [View source]
@@ -953,7 +953,7 @@
- [View source]
+ [View source]
@@ -987,7 +987,7 @@
- [View source]
+ [View source]
@@ -1021,7 +1021,7 @@
- [View source]
+ [View source]
@@ -1055,7 +1055,7 @@
- [View source]
+ [View source]
@@ -1071,7 +1071,7 @@
- [View source]
+ [View source]
@@ -1099,7 +1099,7 @@
- [View source]
+ [View source]
@@ -1125,7 +1125,7 @@
- [View source]
+ [View source]
@@ -1141,7 +1141,7 @@
- [View source]
+ [View source]
@@ -1166,7 +1166,7 @@
- [View source]
+ [View source]
@@ -1182,7 +1182,7 @@
- [View source]
+ [View source]
@@ -1198,7 +1198,7 @@
- [View source]
+ [View source]
@@ -1222,7 +1222,7 @@
- [View source]
+ [View source]
@@ -1247,7 +1247,7 @@
- [View source]
+ [View source]
@@ -1271,7 +1271,7 @@
- [View source]
+ [View source]
@@ -1296,7 +1296,7 @@
- [View source]
+ [View source]
@@ -1325,7 +1325,7 @@
- [View source]
+ [View source]
@@ -1341,7 +1341,7 @@
- [View source]
+ [View source]
@@ -1366,7 +1366,7 @@
- [View source]
+ [View source]
diff --git a/docs/Redis/Commands/List/Side.html b/docs/Redis/Commands/List/Side.html
index cffc387..d9ca779 100644
--- a/docs/Redis/Commands/List/Side.html
+++ b/docs/Redis/Commands/List/Side.html
@@ -5,7 +5,7 @@
-
+
@@ -14,7 +14,7 @@
- Redis::Commands::List::Side - redis 0.8.1
+ Redis::Commands::List::Side - redis 0.9.0
@@ -45,7 +45,7 @@
- 0.8.1
+ 0.9.0
@@ -597,7 +597,7 @@
-
+
commands/list.cr
@@ -745,7 +745,7 @@
- [View source]
+ [View source]
@@ -761,7 +761,7 @@
- [View source]
+ [View source]
diff --git a/docs/Redis/Commands/ScriptFlushMode.html b/docs/Redis/Commands/ScriptFlushMode.html
index 549be8b..20250c7 100644
--- a/docs/Redis/Commands/ScriptFlushMode.html
+++ b/docs/Redis/Commands/ScriptFlushMode.html
@@ -5,7 +5,7 @@
-
+
@@ -14,7 +14,7 @@
- Redis::Commands::ScriptFlushMode - redis 0.8.1
+ Redis::Commands::ScriptFlushMode - redis 0.9.0
@@ -45,7 +45,7 @@
- 0.8.1
+ 0.9.0
@@ -597,7 +597,7 @@
-
+
commands.cr
@@ -745,7 +745,7 @@
- [View source]
+ [View source]
@@ -761,7 +761,7 @@
- [View source]
+ [View source]
diff --git a/docs/Redis/Commands/Set.html b/docs/Redis/Commands/Set.html
index 5305124..efb32b0 100644
--- a/docs/Redis/Commands/Set.html
+++ b/docs/Redis/Commands/Set.html
@@ -5,7 +5,7 @@
-
+
@@ -14,7 +14,7 @@
- Redis::Commands::Set - redis 0.8.1
+ Redis::Commands::Set - redis 0.9.0
@@ -45,7 +45,7 @@
- 0.8.1
+ 0.9.0
@@ -611,7 +611,7 @@
-
+
commands/set.cr
@@ -713,7 +713,7 @@
- [View source]
+ [View source]
@@ -729,7 +729,7 @@
- [View source]
+ [View source]
@@ -745,7 +745,7 @@
- [View source]
+ [View source]
@@ -761,7 +761,7 @@
- [View source]
+ [View source]
@@ -777,7 +777,7 @@
- [View source]
+ [View source]
@@ -793,7 +793,7 @@
- [View source]
+ [View source]
@@ -809,7 +809,7 @@
- [View source]
+ [View source]
@@ -825,7 +825,7 @@
- [View source]
+ [View source]
diff --git a/docs/Redis/Commands/SortedSet.html b/docs/Redis/Commands/SortedSet.html
index fcb8539..3e263d5 100644
--- a/docs/Redis/Commands/SortedSet.html
+++ b/docs/Redis/Commands/SortedSet.html
@@ -5,7 +5,7 @@
-
+
@@ -14,7 +14,7 @@
- Redis::Commands::SortedSet - redis 0.8.1
+ Redis::Commands::SortedSet - redis 0.9.0
@@ -45,7 +45,7 @@
- 0.8.1
+ 0.9.0
@@ -611,7 +611,7 @@
-
+
commands/sorted_set.cr
@@ -639,12 +639,12 @@
-
- #zadd(key : String, score : String | Float | Int, value : String)
+ #zadd(key : String, score : String | Int64, value : String)
-
- #zadd(key : String, values : Enumerable)
+ #zadd(key : String, values : Enumerable(String))
@@ -659,12 +659,12 @@
-
- #zrange(key : String, starting : String | Float64, ending : String | Float64, with_scores : Bool = false)
+ #zrange(key : String, starting : String | Int64, ending : String | Int64, with_scores : Bool = false)
-
- #zrangebyscore(key : String, low : String | Float64, high : String | Float64, limit : Enumerable(String) | Nil = nil)
+ #zrangebyscore(key : String, low : String | Int64, high : String | Int64, limit : Enumerable(String) | Nil = nil)
@@ -684,17 +684,17 @@
-
- #zremrangebyrank(key : String, low : Int, high : Int)
+ #zremrangebyrank(key : String, low : Int64, high : Int64)
-
- #zremrangebyscore(key : String, low : String | Float, high : String | Float)
+ #zremrangebyscore(key : String, low : String | Int64, high : String | Int64)
-
- #zrevrange(key : String, starting : String | Int, ending : String | Int, with_scores : Bool = false)
+ #zrevrange(key : String, starting : String | Int64, ending : String | Int64, with_scores : Bool = false)
@@ -727,34 +727,34 @@
Instance Method Detail
-
+
- def zadd(key : String, score : String | Float | Int, value : String)
+ def zadd(key : String, score : String | Int64, value : String)
- #
+ #
- [View source]
+ [View source]
-
+
- def zadd(key : String, values : Enumerable)
+ def zadd(key : String, values : Enumerable(String))
- #
+ #
- [View source]
+ [View source]
@@ -770,7 +770,7 @@
- [View source]
+ [View source]
@@ -786,39 +786,39 @@
- [View source]
+ [View source]
-
+
- def zrange(key : String, starting : String | Float64, ending : String | Float64, with_scores : Bool = false)
+ def zrange(key : String, starting : String | Int64, ending : String | Int64, with_scores : Bool = false)
- #
+ #
- [View source]
+ [View source]
-
+
- def zrangebyscore(key : String, low : String | Float64, high : String | Float64, limit : Enumerable(String) | Nil = nil)
+ def zrangebyscore(key : String, low : String | Int64, high : String | Int64, limit : Enumerable(String) | Nil = nil)
- #
+ #
- [View source]
+ [View source]
@@ -834,7 +834,7 @@
- [View source]
+ [View source]
@@ -850,7 +850,7 @@
- [View source]
+ [View source]
@@ -866,55 +866,55 @@
- [View source]
+ [View source]
-
+
- def zremrangebyrank(key : String, low : Int, high : Int)
+ def zremrangebyrank(key : String, low : Int64, high : Int64)
- #
+ #
- [View source]
+ [View source]
-
+
- def zremrangebyscore(key : String, low : String | Float, high : String | Float)
+ def zremrangebyscore(key : String, low : String | Int64, high : String | Int64)
- #
+ #
- [View source]
+ [View source]
-
+
- def zrevrange(key : String, starting : String | Int, ending : String | Int, with_scores : Bool = false)
+ def zrevrange(key : String, starting : String | Int64, ending : String | Int64, with_scores : Bool = false)
- #
+ #
- [View source]
+ [View source]
@@ -930,7 +930,7 @@
- [View source]
+ [View source]
diff --git a/docs/Redis/Commands/Stream.html b/docs/Redis/Commands/Stream.html
index 5effcf9..00f539d 100644
--- a/docs/Redis/Commands/Stream.html
+++ b/docs/Redis/Commands/Stream.html
@@ -5,7 +5,7 @@
-
+
@@ -14,7 +14,7 @@
- Redis::Commands::Stream - redis 0.8.1
+ Redis::Commands::Stream - redis 0.9.0
@@ -45,7 +45,7 @@
- 0.8.1
+ 0.9.0
@@ -611,7 +611,7 @@
-
+
commands/stream.cr
@@ -792,7 +792,7 @@
- [View source]
+ [View source]
@@ -808,7 +808,7 @@
- [View source]
+ [View source]
@@ -836,7 +836,7 @@
- [View source]
+ [View source]
@@ -864,7 +864,7 @@
- [View source]
+ [View source]
@@ -892,7 +892,7 @@
- [View source]
+ [View source]
@@ -908,7 +908,7 @@
- [View source]
+ [View source]
@@ -924,7 +924,7 @@
- [View source]
+ [View source]
@@ -940,7 +940,7 @@
- [View source]
+ [View source]
@@ -962,7 +962,7 @@
- [View source]
+ [View source]
@@ -984,7 +984,7 @@
- [View source]
+ [View source]
@@ -1006,7 +1006,7 @@
- [View source]
+ [View source]
@@ -1022,7 +1022,7 @@
- [View source]
+ [View source]
@@ -1043,7 +1043,7 @@
- [View source]
+ [View source]
@@ -1064,7 +1064,7 @@
- [View source]
+ [View source]
@@ -1080,7 +1080,7 @@
- [View source]
+ [View source]
@@ -1101,7 +1101,7 @@
- [View source]
+ [View source]
@@ -1123,7 +1123,7 @@
- [View source]
+ [View source]
@@ -1146,7 +1146,7 @@
- [View source]
+ [View source]
@@ -1176,7 +1176,7 @@
- [View source]
+ [View source]
diff --git a/docs/Redis/Commands/Stream/XGroup.html b/docs/Redis/Commands/Stream/XGroup.html
index b143cc7..9a41b83 100644
--- a/docs/Redis/Commands/Stream/XGroup.html
+++ b/docs/Redis/Commands/Stream/XGroup.html
@@ -5,7 +5,7 @@
-
+
@@ -14,7 +14,7 @@
- Redis::Commands::Stream::XGroup - redis 0.8.1
+ Redis::Commands::Stream::XGroup - redis 0.9.0
@@ -45,7 +45,7 @@
- 0.8.1
+ 0.9.0
@@ -597,7 +597,7 @@
-
+
commands/stream.cr
@@ -765,7 +765,7 @@
- [View source]
+ [View source]
@@ -781,7 +781,7 @@
- [View source]
+ [View source]
@@ -797,7 +797,7 @@
- [View source]
+ [View source]
@@ -813,7 +813,7 @@
- [View source]
+ [View source]
diff --git a/docs/Redis/Connection.html b/docs/Redis/Connection.html
index ede44aa..c1cd8ff 100644
--- a/docs/Redis/Connection.html
+++ b/docs/Redis/Connection.html
@@ -5,7 +5,7 @@
-
+
@@ -14,7 +14,7 @@
- Redis::Connection - redis 0.8.1
+ Redis::Connection - redis 0.9.0
@@ -45,7 +45,7 @@
- 0.8.1
+ 0.9.0
@@ -624,14 +624,14 @@
-
+
connection.cr
-
+
graph.cr
@@ -1101,8 +1101,8 @@ Instance methods inherited from module Redis::Commands::SortedSet
-
- zadd(key : String, score : String | Float | Int, value : String)
zadd(key : String, values : Enumerable)
+
+ zadd(key : String, score : String | Int64, value : String)
zadd(key : String, values : Enumerable(String))
zadd,
@@ -1116,13 +1116,13 @@ Instance methods inherited from module
- zrange(key : String, starting : String | Float64, ending : String | Float64, with_scores : Bool = false)
+
+ zrange(key : String, starting : String | Int64, ending : String | Int64, with_scores : Bool = false)
zrange,
-
- zrangebyscore(key : String, low : String | Float64, high : String | Float64, limit : Enumerable(String) | Nil = nil)
+
+ zrangebyscore(key : String, low : String | Int64, high : String | Int64, limit : Enumerable(String) | Nil = nil)
zrangebyscore,
@@ -1131,18 +1131,18 @@ Instance methods inherited from module
- zremrangebyrank(key : String, low : Int, high : Int)
+
+ zremrangebyrank(key : String, low : Int64, high : Int64)
zremrangebyrank,
-
- zremrangebyscore(key : String, low : String | Float, high : String | Float)
+
+ zremrangebyscore(key : String, low : String | Int64, high : String | Int64)
zremrangebyscore,
-
- zrevrange(key : String, starting : String | Int, ending : String | Int, with_scores : Bool = false)
+
+ zrevrange(key : String, starting : String | Int64, ending : String | Int64, with_scores : Bool = false)
zrevrange,
@@ -1411,7 +1411,7 @@
- [View source]
+ [View source]
@@ -1441,7 +1441,7 @@
- [View source]
+ [View source]
@@ -1474,7 +1474,7 @@
- [View source]
+ [View source]
@@ -1499,7 +1499,7 @@
- [View source]
+ [View source]
@@ -1521,7 +1521,7 @@
- [View source]
+ [View source]
@@ -1537,7 +1537,7 @@
- [View source]
+ [View source]
@@ -1569,7 +1569,7 @@
- [View source]
+ [View source]
@@ -1595,7 +1595,7 @@
- [View source]
+ [View source]
@@ -1642,7 +1642,7 @@
- [View source]
+ [View source]
@@ -1658,7 +1658,7 @@
- [View source]
+ [View source]
@@ -1679,7 +1679,7 @@
- [View source]
+ [View source]
@@ -1701,7 +1701,7 @@
- [View source]
+ [View source]
@@ -1724,7 +1724,7 @@
- [View source]
+ [View source]
@@ -1746,7 +1746,7 @@
- [View source]
+ [View source]
@@ -1771,7 +1771,7 @@
- [View source]
+ [View source]
@@ -1818,7 +1818,7 @@
- [View source]
+ [View source]
@@ -1841,7 +1841,7 @@
- [View source]
+ [View source]
@@ -1862,7 +1862,7 @@
- [View source]
+ [View source]
@@ -1883,7 +1883,7 @@
- [View source]
+ [View source]
@@ -1904,7 +1904,7 @@
- [View source]
+ [View source]
diff --git a/docs/Redis/Error.html b/docs/Redis/Error.html
index f00d382..fcec5ad 100644
--- a/docs/Redis/Error.html
+++ b/docs/Redis/Error.html
@@ -5,7 +5,7 @@
-
+
@@ -14,7 +14,7 @@
- Redis::Error - redis 0.8.1
+ Redis::Error - redis 0.9.0
@@ -45,7 +45,7 @@
- 0.8.1
+ 0.9.0
@@ -621,7 +621,7 @@
-
+
errors.cr
@@ -751,7 +751,7 @@
- [View source]
+ [View source]
diff --git a/docs/Redis/FullText.html b/docs/Redis/FullText.html
index a47946f..8ca1a90 100644
--- a/docs/Redis/FullText.html
+++ b/docs/Redis/FullText.html
@@ -5,7 +5,7 @@
-
+
@@ -14,7 +14,7 @@
- Redis::FullText(Runnable) - redis 0.8.1
+ Redis::FullText(Runnable) - redis 0.9.0
@@ -45,7 +45,7 @@
- 0.8.1
+ 0.9.0
@@ -624,7 +624,7 @@
-
+
search.cr
@@ -789,7 +789,7 @@
- [View source]
+ [View source]
@@ -810,7 +810,7 @@
- [View source]
+ [View source]
@@ -831,7 +831,7 @@
- [View source]
+ [View source]
@@ -853,7 +853,7 @@
- [View source]
+ [View source]
@@ -875,7 +875,7 @@
- [View source]
+ [View source]
@@ -900,7 +900,7 @@
- [View source]
+ [View source]
@@ -916,7 +916,7 @@
- [View source]
+ [View source]
diff --git a/docs/Redis/FullText/Filter.html b/docs/Redis/FullText/Filter.html
index 1c974d0..fddd932 100644
--- a/docs/Redis/FullText/Filter.html
+++ b/docs/Redis/FullText/Filter.html
@@ -5,7 +5,7 @@
-
+
@@ -14,7 +14,7 @@
- Redis::FullText::Filter - redis 0.8.1
+ Redis::FullText::Filter - redis 0.9.0
@@ -45,7 +45,7 @@
- 0.8.1
+ 0.9.0
@@ -599,7 +599,7 @@
-
+
search.cr
@@ -741,7 +741,7 @@
- [View source]
+ [View source]
@@ -757,7 +757,7 @@
- [View source]
+ [View source]
@@ -789,7 +789,7 @@
- [View source]
+ [View source]
@@ -805,7 +805,7 @@
- [View source]
+ [View source]
diff --git a/docs/Redis/FullText/GeoFilter.html b/docs/Redis/FullText/GeoFilter.html
index 0c00485..fb5a82c 100644
--- a/docs/Redis/FullText/GeoFilter.html
+++ b/docs/Redis/FullText/GeoFilter.html
@@ -5,7 +5,7 @@
-
+
@@ -14,7 +14,7 @@
- Redis::FullText::GeoFilter - redis 0.8.1
+ Redis::FullText::GeoFilter - redis 0.9.0
@@ -45,7 +45,7 @@
- 0.8.1
+ 0.9.0
@@ -599,7 +599,7 @@
-
+
search.cr
@@ -746,7 +746,7 @@
- [View source]
+ [View source]
@@ -778,7 +778,7 @@
- [View source]
+ [View source]
@@ -794,7 +794,7 @@
- [View source]
+ [View source]
diff --git a/docs/Redis/FullText/GeoUnit.html b/docs/Redis/FullText/GeoUnit.html
index 2473dfd..305e37d 100644
--- a/docs/Redis/FullText/GeoUnit.html
+++ b/docs/Redis/FullText/GeoUnit.html
@@ -5,7 +5,7 @@
-
+
@@ -14,7 +14,7 @@
- Redis::FullText::GeoUnit - redis 0.8.1
+ Redis::FullText::GeoUnit - redis 0.9.0
@@ -45,7 +45,7 @@
- 0.8.1
+ 0.9.0
@@ -612,7 +612,7 @@
-
+
search.cr
@@ -780,7 +780,7 @@
- [View source]
+ [View source]
@@ -796,7 +796,7 @@
- [View source]
+ [View source]
@@ -812,7 +812,7 @@
- [View source]
+ [View source]
@@ -828,7 +828,7 @@
- [View source]
+ [View source]
diff --git a/docs/Redis/FullText/Highlight.html b/docs/Redis/FullText/Highlight.html
index 4f598ca..e92a702 100644
--- a/docs/Redis/FullText/Highlight.html
+++ b/docs/Redis/FullText/Highlight.html
@@ -5,7 +5,7 @@
-
+
@@ -14,7 +14,7 @@
- Redis::FullText::Highlight - redis 0.8.1
+ Redis::FullText::Highlight - redis 0.9.0
@@ -45,7 +45,7 @@
- 0.8.1
+ 0.9.0
@@ -599,7 +599,7 @@
-
+
search.cr
@@ -731,7 +731,7 @@
- [View source]
+ [View source]
@@ -763,7 +763,7 @@
- [View source]
+ [View source]
@@ -779,7 +779,7 @@
- [View source]
+ [View source]
diff --git a/docs/Redis/FullText/SortBy.html b/docs/Redis/FullText/SortBy.html
index 1cadcb5..0f3da22 100644
--- a/docs/Redis/FullText/SortBy.html
+++ b/docs/Redis/FullText/SortBy.html
@@ -5,7 +5,7 @@
-
+
@@ -14,7 +14,7 @@
- Redis::FullText::SortBy - redis 0.8.1
+ Redis::FullText::SortBy - redis 0.9.0
@@ -45,7 +45,7 @@
- 0.8.1
+ 0.9.0
@@ -613,7 +613,7 @@
-
+
search.cr
@@ -745,7 +745,7 @@
- [View source]
+ [View source]
@@ -791,7 +791,7 @@
- [View source]
+ [View source]
@@ -807,7 +807,7 @@
- [View source]
+ [View source]
diff --git a/docs/Redis/FullText/SortDirection.html b/docs/Redis/FullText/SortDirection.html
index b03da22..acf2c52 100644
--- a/docs/Redis/FullText/SortDirection.html
+++ b/docs/Redis/FullText/SortDirection.html
@@ -5,7 +5,7 @@
-
+
@@ -14,7 +14,7 @@
- Redis::FullText::SortDirection - redis 0.8.1
+ Redis::FullText::SortDirection - redis 0.9.0
@@ -45,7 +45,7 @@
- 0.8.1
+ 0.9.0
@@ -608,7 +608,7 @@
-
+
search.cr
@@ -756,7 +756,7 @@
- [View source]
+ [View source]
@@ -772,7 +772,7 @@
- [View source]
+ [View source]
diff --git a/docs/Redis/FullText/Summarize.html b/docs/Redis/FullText/Summarize.html
index 1d8aa8f..c5f2164 100644
--- a/docs/Redis/FullText/Summarize.html
+++ b/docs/Redis/FullText/Summarize.html
@@ -5,7 +5,7 @@
-
+
@@ -14,7 +14,7 @@
- Redis::FullText::Summarize - redis 0.8.1
+ Redis::FullText::Summarize - redis 0.9.0
@@ -45,7 +45,7 @@
- 0.8.1
+ 0.9.0
@@ -599,7 +599,7 @@
-
+
search.cr
@@ -741,7 +741,7 @@
- [View source]
+ [View source]
@@ -773,7 +773,7 @@
- [View source]
+ [View source]
@@ -789,7 +789,7 @@
- [View source]
+ [View source]
diff --git a/docs/Redis/Future.html b/docs/Redis/Future.html
index 09785e8..5773c20 100644
--- a/docs/Redis/Future.html
+++ b/docs/Redis/Future.html
@@ -5,7 +5,7 @@
-
+
@@ -14,7 +14,7 @@
- Redis::Future - redis 0.8.1
+ Redis::Future - redis 0.9.0
@@ -45,7 +45,7 @@
- 0.8.1
+ 0.9.0
@@ -611,7 +611,7 @@
-
+
pipeline.cr
@@ -723,7 +723,7 @@
- [View source]
+ [View source]
@@ -739,7 +739,7 @@
- [View source]
+ [View source]
@@ -762,7 +762,7 @@
- [View source]
+ [View source]
diff --git a/docs/Redis/Future/NotResolved.html b/docs/Redis/Future/NotResolved.html
index a81d467..5a3dcd9 100644
--- a/docs/Redis/Future/NotResolved.html
+++ b/docs/Redis/Future/NotResolved.html
@@ -5,7 +5,7 @@
-
+
@@ -14,7 +14,7 @@
- Redis::Future::NotResolved - redis 0.8.1
+ Redis::Future::NotResolved - redis 0.9.0
@@ -45,7 +45,7 @@
- 0.8.1
+ 0.9.0
@@ -612,7 +612,7 @@
-
+
pipeline.cr
diff --git a/docs/Redis/Graph.html b/docs/Redis/Graph.html
index c290196..5aaa5f9 100644
--- a/docs/Redis/Graph.html
+++ b/docs/Redis/Graph.html
@@ -5,7 +5,7 @@
-
+
@@ -14,7 +14,7 @@
- Redis::Graph - redis 0.8.1
+ Redis::Graph - redis 0.9.0
@@ -45,7 +45,7 @@
- 0.8.1
+ 0.9.0
@@ -646,14 +646,14 @@
-
+
graph.cr
-
+
graph/serializable.cr
diff --git a/docs/Redis/Graph/Client.html b/docs/Redis/Graph/Client.html
index 49befe3..4084186 100644
--- a/docs/Redis/Graph/Client.html
+++ b/docs/Redis/Graph/Client.html
@@ -5,7 +5,7 @@
-
+
@@ -14,7 +14,7 @@
- Redis::Graph::Client(Runnable) - redis 0.8.1
+ Redis::Graph::Client(Runnable) - redis 0.9.0
@@ -45,7 +45,7 @@
- 0.8.1
+ 0.9.0
@@ -599,7 +599,7 @@
-
+
graph.cr
@@ -776,7 +776,7 @@
- [View source]
+ [View source]
@@ -819,7 +819,7 @@
- [View source]
+ [View source]
@@ -847,7 +847,7 @@
- [View source]
+ [View source]
@@ -863,7 +863,7 @@
- [View source]
+ [View source]
@@ -879,7 +879,7 @@
- [View source]
+ [View source]
@@ -904,7 +904,7 @@
- [View source]
+ [View source]
@@ -931,7 +931,7 @@
- [View source]
+ [View source]
@@ -959,7 +959,7 @@
- [View source]
+ [View source]
@@ -975,7 +975,7 @@
- [View source]
+ [View source]
@@ -997,7 +997,7 @@
- [View source]
+ [View source]
@@ -1019,7 +1019,7 @@
- [View source]
+ [View source]
diff --git a/docs/Redis/Graph/Error.html b/docs/Redis/Graph/Error.html
index 7b43da1..779037a 100644
--- a/docs/Redis/Graph/Error.html
+++ b/docs/Redis/Graph/Error.html
@@ -5,7 +5,7 @@
-
+
@@ -14,7 +14,7 @@
- Redis::Graph::Error - redis 0.8.1
+ Redis::Graph::Error - redis 0.9.0
@@ -45,7 +45,7 @@
- 0.8.1
+ 0.9.0
@@ -599,7 +599,7 @@
-
+
graph.cr
diff --git a/docs/Redis/Graph/List.html b/docs/Redis/Graph/List.html
index 2e49210..ffa438d 100644
--- a/docs/Redis/Graph/List.html
+++ b/docs/Redis/Graph/List.html
@@ -5,7 +5,7 @@
-
+
@@ -14,7 +14,7 @@
- Redis::Graph::List - redis 0.8.1
+ Redis::Graph::List - redis 0.9.0
@@ -45,7 +45,7 @@
- 0.8.1
+ 0.9.0
@@ -607,7 +607,7 @@
-
+
graph.cr
diff --git a/docs/Redis/Graph/Map.html b/docs/Redis/Graph/Map.html
index efcff21..31a2b11 100644
--- a/docs/Redis/Graph/Map.html
+++ b/docs/Redis/Graph/Map.html
@@ -5,7 +5,7 @@
-
+
@@ -14,7 +14,7 @@
- Redis::Graph::Map - redis 0.8.1
+ Redis::Graph::Map - redis 0.9.0
@@ -45,7 +45,7 @@
- 0.8.1
+ 0.9.0
@@ -607,7 +607,7 @@
-
+
graph.cr
diff --git a/docs/Redis/Graph/Node.html b/docs/Redis/Graph/Node.html
index 0a3e1e4..38c7d64 100644
--- a/docs/Redis/Graph/Node.html
+++ b/docs/Redis/Graph/Node.html
@@ -5,7 +5,7 @@
-
+
@@ -14,7 +14,7 @@
- Redis::Graph::Node - redis 0.8.1
+ Redis::Graph::Node - redis 0.9.0
@@ -45,7 +45,7 @@
- 0.8.1
+ 0.9.0
@@ -619,7 +619,7 @@
-
+
graph.cr
@@ -735,7 +735,7 @@
- [View source]
+ [View source]
@@ -751,7 +751,7 @@
- [View source]
+ [View source]
@@ -767,7 +767,7 @@
- [View source]
+ [View source]
diff --git a/docs/Redis/Graph/Property.html b/docs/Redis/Graph/Property.html
index 3d4e142..7049b51 100644
--- a/docs/Redis/Graph/Property.html
+++ b/docs/Redis/Graph/Property.html
@@ -5,7 +5,7 @@
-
+
@@ -14,7 +14,7 @@
- Redis::Graph::Property - redis 0.8.1
+ Redis::Graph::Property - redis 0.9.0
@@ -45,7 +45,7 @@
- 0.8.1
+ 0.9.0
@@ -607,7 +607,7 @@
-
+
graph.cr
diff --git a/docs/Redis/Graph/Relationship.html b/docs/Redis/Graph/Relationship.html
index c85c2d6..efd389f 100644
--- a/docs/Redis/Graph/Relationship.html
+++ b/docs/Redis/Graph/Relationship.html
@@ -5,7 +5,7 @@
-
+
@@ -14,7 +14,7 @@
- Redis::Graph::Relationship - redis 0.8.1
+ Redis::Graph::Relationship - redis 0.9.0
@@ -45,7 +45,7 @@
- 0.8.1
+ 0.9.0
@@ -619,7 +619,7 @@
-
+
graph.cr
@@ -762,7 +762,7 @@
- [View source]
+ [View source]
@@ -787,7 +787,7 @@
- [View source]
+ [View source]
@@ -813,7 +813,7 @@
- [View source]
+ [View source]
@@ -836,7 +836,7 @@
- [View source]
+ [View source]
@@ -858,7 +858,7 @@
- [View source]
+ [View source]
diff --git a/docs/Redis/Graph/Result.html b/docs/Redis/Graph/Result.html
index 5bbcc24..033cb34 100644
--- a/docs/Redis/Graph/Result.html
+++ b/docs/Redis/Graph/Result.html
@@ -5,7 +5,7 @@
-
+
@@ -14,7 +14,7 @@
- Redis::Graph::Result - redis 0.8.1
+ Redis::Graph::Result - redis 0.9.0
@@ -45,7 +45,7 @@
- 0.8.1
+ 0.9.0
@@ -624,7 +624,7 @@
-
+
graph.cr
@@ -817,7 +817,7 @@
- [View source]
+ [View source]
@@ -833,7 +833,7 @@
- [View source]
+ [View source]
@@ -870,7 +870,7 @@
- [View source]
+ [View source]
@@ -891,7 +891,7 @@
- [View source]
+ [View source]
@@ -916,7 +916,7 @@
- [View source]
+ [View source]
@@ -937,7 +937,7 @@
- [View source]
+ [View source]
@@ -958,7 +958,7 @@
- [View source]
+ [View source]
@@ -979,7 +979,7 @@
- [View source]
+ [View source]
@@ -1000,7 +1000,7 @@
- [View source]
+ [View source]
@@ -1021,7 +1021,7 @@
- [View source]
+ [View source]
@@ -1042,7 +1042,7 @@
- [View source]
+ [View source]
diff --git a/docs/Redis/Graph/ResultValue.html b/docs/Redis/Graph/ResultValue.html
index 4a5c27e..8035a47 100644
--- a/docs/Redis/Graph/ResultValue.html
+++ b/docs/Redis/Graph/ResultValue.html
@@ -5,7 +5,7 @@
-
+
@@ -14,7 +14,7 @@
- Redis::Graph::ResultValue - redis 0.8.1
+ Redis::Graph::ResultValue - redis 0.9.0
@@ -45,7 +45,7 @@
- 0.8.1
+ 0.9.0
@@ -607,7 +607,7 @@
-
+
graph.cr
diff --git a/docs/Redis/Graph/Serializable.html b/docs/Redis/Graph/Serializable.html
index 769048d..cdbf276 100644
--- a/docs/Redis/Graph/Serializable.html
+++ b/docs/Redis/Graph/Serializable.html
@@ -5,7 +5,7 @@
-
+
@@ -14,7 +14,7 @@
- Redis::Graph::Serializable - redis 0.8.1
+ Redis::Graph::Serializable - redis 0.9.0
@@ -45,7 +45,7 @@
- 0.8.1
+ 0.9.0
@@ -651,7 +651,7 @@
-
+
graph/serializable.cr
diff --git a/docs/Redis/Graph/Serializable/Node.html b/docs/Redis/Graph/Serializable/Node.html
index 4ce1178..1377407 100644
--- a/docs/Redis/Graph/Serializable/Node.html
+++ b/docs/Redis/Graph/Serializable/Node.html
@@ -5,7 +5,7 @@
-
+
@@ -14,7 +14,7 @@
- Redis::Graph::Serializable::Node - redis 0.8.1
+ Redis::Graph::Serializable::Node - redis 0.9.0
@@ -45,7 +45,7 @@
- 0.8.1
+ 0.9.0
@@ -597,7 +597,7 @@
-
+
graph/serializable.cr
diff --git a/docs/Redis/Graph/Serializable/Node/Metadata.html b/docs/Redis/Graph/Serializable/Node/Metadata.html
index 82cbe30..c25149f 100644
--- a/docs/Redis/Graph/Serializable/Node/Metadata.html
+++ b/docs/Redis/Graph/Serializable/Node/Metadata.html
@@ -5,7 +5,7 @@
-
+
@@ -14,7 +14,7 @@
- Redis::Graph::Serializable::Node::Metadata - redis 0.8.1
+ Redis::Graph::Serializable::Node::Metadata - redis 0.9.0
@@ -45,7 +45,7 @@
- 0.8.1
+ 0.9.0
@@ -599,7 +599,7 @@
-
+
graph/serializable.cr
@@ -731,7 +731,7 @@
- [View source]
+ [View source]
@@ -763,7 +763,7 @@
- [View source]
+ [View source]
@@ -779,7 +779,7 @@
- [View source]
+ [View source]
diff --git a/docs/Redis/Graph/Serializable/Property.html b/docs/Redis/Graph/Serializable/Property.html
index 6d211b9..10c5292 100644
--- a/docs/Redis/Graph/Serializable/Property.html
+++ b/docs/Redis/Graph/Serializable/Property.html
@@ -5,7 +5,7 @@
-
+
@@ -14,7 +14,7 @@
- Redis::Graph::Serializable::Property - redis 0.8.1
+ Redis::Graph::Serializable::Property - redis 0.9.0
@@ -45,7 +45,7 @@
- 0.8.1
+ 0.9.0
@@ -597,7 +597,7 @@
-
+
graph/serializable.cr
diff --git a/docs/Redis/Graph/Serializable/Relationship.html b/docs/Redis/Graph/Serializable/Relationship.html
index 796c43b..6502ea8 100644
--- a/docs/Redis/Graph/Serializable/Relationship.html
+++ b/docs/Redis/Graph/Serializable/Relationship.html
@@ -5,7 +5,7 @@
-
+
@@ -14,7 +14,7 @@
- Redis::Graph::Serializable::Relationship - redis 0.8.1
+ Redis::Graph::Serializable::Relationship - redis 0.9.0
@@ -45,7 +45,7 @@
- 0.8.1
+ 0.9.0
@@ -597,7 +597,7 @@
-
+
graph/serializable.cr
diff --git a/docs/Redis/Graph/Serializable/Relationship/Metadata.html b/docs/Redis/Graph/Serializable/Relationship/Metadata.html
index 4fedb79..f4c9772 100644
--- a/docs/Redis/Graph/Serializable/Relationship/Metadata.html
+++ b/docs/Redis/Graph/Serializable/Relationship/Metadata.html
@@ -5,7 +5,7 @@
-
+
@@ -14,7 +14,7 @@
- Redis::Graph::Serializable::Relationship::Metadata - redis 0.8.1
+ Redis::Graph::Serializable::Relationship::Metadata - redis 0.9.0
@@ -45,7 +45,7 @@
- 0.8.1
+ 0.9.0
@@ -599,7 +599,7 @@
-
+
graph/serializable.cr
@@ -741,7 +741,7 @@
- [View source]
+ [View source]
@@ -773,7 +773,7 @@
- [View source]
+ [View source]
@@ -789,7 +789,7 @@
- [View source]
+ [View source]
diff --git a/docs/Redis/Graph/TypedResult.html b/docs/Redis/Graph/TypedResult.html
index 471efa0..924320d 100644
--- a/docs/Redis/Graph/TypedResult.html
+++ b/docs/Redis/Graph/TypedResult.html
@@ -5,7 +5,7 @@
-
+
@@ -14,7 +14,7 @@
- Redis::Graph::TypedResult(T) - redis 0.8.1
+ Redis::Graph::TypedResult(T) - redis 0.9.0
@@ -45,7 +45,7 @@
- 0.8.1
+ 0.9.0
@@ -613,7 +613,7 @@
-
+
graph.cr
@@ -795,7 +795,7 @@
- [View source]
+ [View source]
@@ -816,7 +816,7 @@
- [View source]
+ [View source]
@@ -838,7 +838,7 @@
- [View source]
+ [View source]
@@ -859,7 +859,7 @@
- [View source]
+ [View source]
@@ -880,7 +880,7 @@
- [View source]
+ [View source]
@@ -901,7 +901,7 @@
- [View source]
+ [View source]
@@ -922,7 +922,7 @@
- [