Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: upstash/ratelimit-js

Tags

v2.0.6

Toggle v2.0.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
DX-2002: use eval instead of scriptload and evalsha (#137)

* fix: use eval instead of scriptload and evalsha

old version uses two commands while it is possible with a single command. also, I think script load doesn't increment ryw counter so it's possible to try to use evalsha on a script which hasn't actually loaded in a read replica

* fix: test

v2.0.5

Toggle v2.0.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Use peer dependency for Redis and cast the object to prevent conflict (

…#129)

* fix: use peer dep instead

* chore: remove comment

* chore: lint fix

* fix: remove multi field from config redis object to prevent conflicts

* fix: change omit to pick

v2.0.5-canary

Toggle v2.0.5-canary's commit message

Verified

This commit was signed with the committer’s verified signature.
fix: use peer dep instead

v2.0.4

Toggle v2.0.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #127 from upstash/hotfix-bump-redis

Bump Upstash Redis

v2.0.3

Toggle v2.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #120 from upstash/DX-1116

Hardcode script hash values and deprecate cacheScripts

v2.0.2

Toggle v2.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #119 from upstash/add-duration-to-export

feat: expose duration to outside

v2.0.1

Toggle v2.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #114 from upstash/hotfix-early-stop-for-get-most-s…

…cript

Add checkAtMost parameter to getMostAllowedBlocked

v2.0.1-canary

Toggle v2.0.1-canary's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #114 from upstash/hotfix-early-stop-for-get-most-s…

…cript

Add checkAtMost parameter to getMostAllowedBlocked

v2.0.0

Toggle v2.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #113 from upstash/DX-989

Add Reset Field to `getRemaining`

v1.2.1

Toggle v1.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #112 from upstash/DX-960

DX-960: Update Deny List from SDK