Skip to content

Commit

Permalink
chore: update deno dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow authored Sep 6, 2023
1 parent c52f7d9 commit 1ccadf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/redis/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Deno

```ts
import { RedisAdapter } from "https://deno.land/x/grammy_storages/redis/src/mod.ts";
import { connect } from "https://deno.land/x/redis@v0.29.4/mod.ts";
import { connect } from "https://deno.land/x/redis@v0.31.0/mod.ts";
```

## Usage
Expand Down

0 comments on commit 1ccadf4

Please sign in to comment.