diff --git a/.denov b/.denov index ab58ac5f..8a45319f 100644 --- a/.denov +++ b/.denov @@ -1 +1 @@ -v0.34.0 \ No newline at end of file +v0.35.0 \ No newline at end of file diff --git a/modules-lock.json b/modules-lock.json index 794d48ae..36994069 100644 --- a/modules-lock.json +++ b/modules-lock.json @@ -1,6 +1,6 @@ { "https://deno.land/std": { - "version": "@v0.34.0", + "version": "@v0.35.0", "modules": [ "/util/async.ts", "/testing/asserts.ts", @@ -8,4 +8,4 @@ "/fmt/colors.ts" ] } -} \ No newline at end of file +} diff --git a/modules.json b/modules.json index 3bdeda84..36994069 100644 --- a/modules.json +++ b/modules.json @@ -1,6 +1,6 @@ { "https://deno.land/std": { - "version": "@v0.34.0", + "version": "@v0.35.0", "modules": [ "/util/async.ts", "/testing/asserts.ts", diff --git a/pipeline_test.ts b/pipeline_test.ts index 6dc8c215..13e0baba 100644 --- a/pipeline_test.ts +++ b/pipeline_test.ts @@ -91,18 +91,10 @@ test("pipeline in concurrent", async () => { "OK", //set(a) "OK", //set(b) "OK", //set(c) - [ - ["status", "OK"], - ["status", "OK"], - ["status", "OK"] - ], //flush() + [["status", "OK"], ["status", "OK"], ["status", "OK"]], //flush() "OK", // get(a) "OK", // get(b) "OK", //get(c) - [ - ["bulk", "a"], - ["bulk", "b"], - ["bulk", "c"] - ] //flush() + [["bulk", "a"], ["bulk", "b"], ["bulk", "c"]] //flush() ]); }); diff --git a/redis.ts b/redis.ts index a9d7c338..688cbcff 100644 --- a/redis.ts +++ b/redis.ts @@ -526,7 +526,7 @@ class RedisImpl implements Redis { ): Promise { const [_, reply] = await this.executor.execRawReply(command, ...args); // Note: `reply != null` won't work when `strict` is false #50 - if (typeof reply !== "string" && typeof reply !== 'undefined') { + if (typeof reply !== "string" && typeof reply !== "undefined") { throw new Error(); } return reply; diff --git a/vendor/https/deno.land/std/fmt/colors.ts b/vendor/https/deno.land/std/fmt/colors.ts index bd50b31f..b358d22b 100644 --- a/vendor/https/deno.land/std/fmt/colors.ts +++ b/vendor/https/deno.land/std/fmt/colors.ts @@ -1 +1 @@ -export * from "https://deno.land/std@v0.34.0/fmt/colors.ts"; +export * from "https://deno.land/std@v0.35.0/fmt/colors.ts"; diff --git a/vendor/https/deno.land/std/io/bufio.ts b/vendor/https/deno.land/std/io/bufio.ts index 3ce22b80..8e632015 100644 --- a/vendor/https/deno.land/std/io/bufio.ts +++ b/vendor/https/deno.land/std/io/bufio.ts @@ -1 +1 @@ -export * from "https://deno.land/std@v0.34.0/io/bufio.ts"; +export * from "https://deno.land/std@v0.35.0/io/bufio.ts"; diff --git a/vendor/https/deno.land/std/testing/asserts.ts b/vendor/https/deno.land/std/testing/asserts.ts index c9be16f8..78412ddc 100644 --- a/vendor/https/deno.land/std/testing/asserts.ts +++ b/vendor/https/deno.land/std/testing/asserts.ts @@ -1 +1 @@ -export * from "https://deno.land/std@v0.34.0/testing/asserts.ts"; +export * from "https://deno.land/std@v0.35.0/testing/asserts.ts"; diff --git a/vendor/https/deno.land/std/util/async.ts b/vendor/https/deno.land/std/util/async.ts index 2e567ee5..969b3e9c 100644 --- a/vendor/https/deno.land/std/util/async.ts +++ b/vendor/https/deno.land/std/util/async.ts @@ -1 +1 @@ -export * from "https://deno.land/std@v0.34.0/util/async.ts"; +export * from "https://deno.land/std@v0.35.0/util/async.ts";