Skip to content

Commit

Permalink
Implement convenience methods for the key commands and hashes commands
Browse files Browse the repository at this point in the history
Reference: #2
  • Loading branch information
sebastienfilion committed Dec 29, 2020
1 parent d69f862 commit 6fac67d
Show file tree
Hide file tree
Showing 4 changed files with 1,664 additions and 23 deletions.
2 changes: 1 addition & 1 deletion .github/document.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ export FL_TITLE="Functional Redis"
export FL_DESCRIPTION="A simple Redis client in tune with Functional Programming principles in JavaScript for Deno."
export FL_GITHUB_URL="https://github.com/sebastienfilion/functional-redis"
export FL_DENO_URL="https://deno.land/x/functional_redis"
export FL_VERSION="v0.2.0"
export FL_VERSION="v0.3.0"

deno run --allow-all --unstable ../@functional:generate-documentation/cli.js document \
"$FL_TITLE" \
Expand Down
Loading

0 comments on commit 6fac67d

Please sign in to comment.