Tags: upstash/redis-js
Tags
Replace throw on missing env with warning (#1311) * fix: replace throw on missing env with warning * fix: check url/token only if they exist * fix: only replace if baseUrl exists * fix: rm throw from client because of vercel pre-rendering, the error was thrown when turbo was used * fix: rm platform tests
DX-1264: Unify exports (#1290) * chore: move to new build pipeline * fix: turn all example versions to "latest" * fix: remove unneccesary install step before doing bun add * fix: add 10s sleep after workflow publish * fix: use copying into dist folder instead * fix: ci * fix: ci * fix: change canary release tag from next to canary * fix: update redis dependency as latest * chore: remove export fields that are not required We can remove these two because the files they were referencing did not exist in the older versions. So this is not a breaking change * fix: husky warning * fix: revert deleting prepare script before publishing --------- Co-authored-by: CahidArda <[email protected]>
DX-1019: Read Your Writes Support (#1175) * add: readYourWrites option interface * send local sync token on requests * fmt * add promise.all tests * add: lua script test * format tests * fmt * change upstashSyncToken convention * add public redis client test * add: fastly and cloudflare clients ryw support * fmt * add default test * add: comments * add: http comment * sync token docs * remove comment * fix readYourWrites arg comment * add: ryw operation comments * revert requester * revert requester interface
Dx 1102 (#1213) * feat: add new linter * chore: format files * chore: add linted files * fix: copy readme & package.json & license to dist after build otherwise, we get MissingPackageJSON error when installing upstash/redis in our CI tests https://github.com/upstash/redis-js/actions/runs/10091669210/job/27903832137 installing with npm instead of bun solves the issue but we get another error when running: https://github.com/upstash/redis-js/actions/runs/10091973099/job/27904892427 * fix: remove flaky tests --------- Co-authored-by: CahidArda <[email protected]>
fix: resolve arrappend issue (#1165) when a redis method which is available in .json but not available in the pipeline is used while auto pipeline is enabled, proxy doesn't check properly that the method is a function and attempts to return from pipeline, instead of pipeline.json.
PreviousNext