Skip to content

Conversation

@CahidArda
Copy link
Contributor

@CahidArda CahidArda commented Nov 25, 2025

Custom requester makes it possible to use redis-js with another provider than Upstash. It's a functionality we had for a long time.

Redis constructor can be passed Requester directly instead of a config to use a custom requester.

After release 1.33.0, the Requester option disappears from type definitions (see 1.34.0).

@linear
Copy link

linear bot commented Nov 25, 2025

@CahidArda CahidArda merged commit d47518c into main Nov 25, 2025
27 of 28 checks passed
@CahidArda CahidArda deleted the DX-2265-fix-custom-requester-in-type branch November 25, 2025 19:25
renovate bot added a commit to inabagumi/mini-apps that referenced this pull request Nov 26, 2025
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@upstash/redis](https://redirect.github.com/upstash/upstash-redis) |
[`1.35.6` ->
`1.35.7`](https://renovatebot.com/diffs/npm/@upstash%2fredis/1.35.6/1.35.7)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@upstash%2fredis/1.35.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@upstash%2fredis/1.35.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@upstash%2fredis/1.35.6/1.35.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@upstash%2fredis/1.35.6/1.35.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>upstash/upstash-redis (@&#8203;upstash/redis)</summary>

###
[`v1.35.7`](https://redirect.github.com/upstash/redis-js/releases/tag/v1.35.7)

[Compare
Source](https://redirect.github.com/upstash/upstash-redis/compare/v1.35.6...v1.35.7)

#### What's Changed

- DX-2204: document telemetry configuration option by
[@&#8203;CahidArda](https://redirect.github.com/CahidArda) in
[upstash/redis-js#1393](https://redirect.github.com/upstash/redis-js/pull/1393)
- DX-2265: add Requester type declaration by
[@&#8203;CahidArda](https://redirect.github.com/CahidArda) in
[upstash/redis-js#1397](https://redirect.github.com/upstash/redis-js/pull/1397)
- Fix: zremrangebyscore should accept string | number for min/max scores
by [@&#8203;mvonschledorn](https://redirect.github.com/mvonschledorn) in
[upstash/redis-js#1396](https://redirect.github.com/upstash/redis-js/pull/1396)

#### New Contributors

- [@&#8203;mvonschledorn](https://redirect.github.com/mvonschledorn)
made their first contribution in
[upstash/redis-js#1396](https://redirect.github.com/upstash/redis-js/pull/1396)

**Full Changelog**:
<upstash/redis-js@v1.35.6...v1.35.7>

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/inabagumi/mini-apps).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xOS45IiwidXBkYXRlZEluVmVyIjoiNDIuMTkuOSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYm90OiByZW5vdmF0ZSJdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate bot added a commit to inabagumi/shinju-date that referenced this pull request Nov 26, 2025
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@upstash/redis](https://redirect.github.com/upstash/upstash-redis) |
[`1.35.6` ->
`1.35.7`](https://renovatebot.com/diffs/npm/@upstash%2fredis/1.35.6/1.35.7)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@upstash%2fredis/1.35.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@upstash%2fredis/1.35.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@upstash%2fredis/1.35.6/1.35.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@upstash%2fredis/1.35.6/1.35.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>upstash/upstash-redis (@&#8203;upstash/redis)</summary>

###
[`v1.35.7`](https://redirect.github.com/upstash/redis-js/releases/tag/v1.35.7)

[Compare
Source](https://redirect.github.com/upstash/upstash-redis/compare/v1.35.6...v1.35.7)

#### What's Changed

- DX-2204: document telemetry configuration option by
[@&#8203;CahidArda](https://redirect.github.com/CahidArda) in
[upstash/redis-js#1393](https://redirect.github.com/upstash/redis-js/pull/1393)
- DX-2265: add Requester type declaration by
[@&#8203;CahidArda](https://redirect.github.com/CahidArda) in
[upstash/redis-js#1397](https://redirect.github.com/upstash/redis-js/pull/1397)
- Fix: zremrangebyscore should accept string | number for min/max scores
by [@&#8203;mvonschledorn](https://redirect.github.com/mvonschledorn) in
[upstash/redis-js#1396](https://redirect.github.com/upstash/redis-js/pull/1396)

#### New Contributors

- [@&#8203;mvonschledorn](https://redirect.github.com/mvonschledorn)
made their first contribution in
[upstash/redis-js#1396](https://redirect.github.com/upstash/redis-js/pull/1396)

**Full Changelog**:
<upstash/redis-js@v1.35.6...v1.35.7>

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about these
updates again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/inabagumi/shinju-date).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xOS45IiwidXBkYXRlZEluVmVyIjoiNDIuMTkuOSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYm90OiByZW5vdmF0ZSJdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants