Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Resolve Auto Pipeline Arrappend Issue #1165

Merged
merged 1 commit into from
Jul 4, 2024

Conversation

CahidArda
Copy link
Contributor

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.

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.
@ogzhanolguncu ogzhanolguncu merged commit 4bf0be7 into main Jul 4, 2024
14 checks passed
@ogzhanolguncu ogzhanolguncu deleted the hotfix-auto-pipeline-only-json-commands branch July 4, 2024 07:15
renovate bot referenced this pull request in inabagumi/shinju-date Jul 4, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

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

---

### Release Notes

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

###
[`v1.32.0`](https://togithub.com/upstash/redis-js/releases/tag/v1.32.0)

[Compare
Source](https://togithub.com/upstash/upstash-redis/compare/v1.31.6...v1.32.0)

#### What's Changed

- DX-1023: Add regex for base url by
[@&#8203;CahidArda](https://togithub.com/CahidArda) in
[https://github.com/upstash/redis-js/pull/1157](https://togithub.com/upstash/redis-js/pull/1157)
- feat: add bitfield command by
[@&#8203;lewxdev](https://togithub.com/lewxdev) in
[https://github.com/upstash/redis-js/pull/1159](https://togithub.com/upstash/redis-js/pull/1159)
- Resolve Auto Pipeline Arrappend Issue by
[@&#8203;CahidArda](https://togithub.com/CahidArda) in
[https://github.com/upstash/redis-js/pull/1165](https://togithub.com/upstash/redis-js/pull/1165)

#### New Contributors

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

**Full Changelog**:
upstash/redis-js@v1.31.6...v1.32.0

</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 has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/inabagumi/shinju-date).

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

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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants