Tests will pass if redis is run:
redis-server --port 6666 --requirepass 12345
And a local server:
deno task server
Open a REPL that's configured like the local server and interact with redis:
deno task server-repl
Modify the version in setup.py
and push to main with commit message
deploy-pypi
.
Modify the version in client/build_npm.ts
and push to main with commit message
deploy-npm
.
gh release create
> "Create a new tag" > ... > Publish release