Skip to content

Commit 51585bb

Browse files
committed
Make pipeline ready.
1 parent 07425bd commit 51585bb

File tree

7 files changed

+1804
-26
lines changed

7 files changed

+1804
-26
lines changed

src/examples/debug.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@ import * as L from "@litert/core";
2323

2424
await cli.connect();
2525
await cli.auth("hello");
26+
console.log(await cli.ping(""));
2627
console.log(await cli.set("a", "123"));
28+
console.log(await cli.incr("a", 23.4));
2729
console.log(await cli.get("a"));
2830
console.log(await cli.mGet(["a", "sada"]));
2931

0 commit comments

Comments
 (0)