1
0
mirror of https://github.com/redis/node-redis.git synced 2025-08-01 16:46:54 +03:00
This commit is contained in:
Salakar
2020-02-09 04:48:48 +00:00
parent 30dd8cf879
commit d92665d931
3 changed files with 147 additions and 19 deletions

View File

@ -1,15 +1,34 @@
_Thanks for wanting to report an issue you've found in node_redis. Please delete
---
title: ⚠️ Bug report
labels: needs-triage
---
### Issue
<!--
Thanks for wanting to report an issue you've found in node_redis. Please delete
this text and fill in the template below. Please note that the issue tracker is only
for bug reports or feature requests. If you have a question, please ask that on [gitter].
If unsure about something, just do as best as you're able._
for bug reports or feature requests.
_Note that it will be much easier to fix the issue if a test case that reproduces
If you have a question, please ask it on Stack Overflow using the `node-redis` tag.
Note that it will be much easier to fix the issue if a test case that reproduces
the problem is provided. It is of course not always possible to reduce your code
to a small test case, but it's highly appreciated to have as much data as possible.
Thank you!_
with a small test case, but it's highly appreciated to have as much data as possible.
-->
* **Version**: What node_redis and what redis version is the issue happening on?
* **Platform**: What platform / version? (For example Node.js 0.10 or Node.js 5.7.0 on Windows 7 / Ubuntu 15.10 / Azure)
* **Description**: Description of your issue, stack traces from errors and code that reproduces the issue
> Describe your issue here
[gitter]: https://gitter.im/NodeRedis/node_redis?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge
---
### Environment
<!-- e.g. "node --version" -->
- **Node.js Version**: `VERSION_HERE`
<!-- e.g. "redis-server --version" -->
- **Redis Version**: `VERSION_HERE`
<!-- e.g. Windows 10, Mac OSX 10.15.2 -->
- **Platform**: `PLATFORM_HERE`

View File

@ -1,14 +1,18 @@
### Pull Request check-list
### Description
_Please make sure to review and check all of these items:_
<!-- Please provide a description of the change below, e.g What was the purpose? -->
<!-- Why does it matter to you? What problem are you trying to solve? -->
<!-- Tag in any linked issues. -->
### Check List
<!-- Please make sure to review and check all of these items: -->
- [ ] Does `npm test` pass with this change (including linting)?
- [ ] Is the new or changed code fully tested?
- [ ] Is a documentation update included (if this change modifies existing APIs, or introduces new ones)?
_NOTE: these things are not required to open a PR and can be done
afterwards / while the PR is open._
### Description of change
_Please provide a description of the change here._
<!-- NOTE: these things are not required to open a PR and can be done
afterwards / while the PR is open. -->