First Commit
Some checks failed
/ build_macos (push) Has been cancelled
/ build_windows (push) Has been cancelled
/ build_ubuntu (push) Has been cancelled

This commit is contained in:
2025-11-19 16:23:45 +07:00
commit dbdc5bcc4a
1791 changed files with 489451 additions and 0 deletions

View File

@@ -0,0 +1,26 @@
---
name: Bug report
about: Create a report to help us improve
title: "[BUG]"
labels: ''
assignees: ''
---
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Minimal code to reproduce the bug.
**Expected behavior**
A clear and concise description of what you expected to happen.
**Environment:**
- OS: [e.g. ubuntu]
- Compiler: [e.g. gcc 7.3.1, clang 3.9.1]
- hiredis version: [e.g. v1.0.0, master]
- redis-plus-plus version: [e.g. 1.3.2, master, commit b0a42e]
**Additional context**
Add any other context about the problem here.

View File

@@ -0,0 +1,20 @@
---
name: Feature request
about: Suggest an idea for this project
title: "[FEATURE]"
labels: ''
assignees: ''
---
**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
**Describe the solution you'd like**
A clear and concise description of what you want to happen.
**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.
**Additional context**
Add any other context or screenshots about the feature request here.

View File

@@ -0,0 +1,27 @@
---
name: Question
about: Ask a question
title: "[QUESTION]"
labels: ''
assignees: ''
---
**Before Asking A Question**
The [README.md file](https://github.com/sewenew/redis-plus-plus/blob/master/README.md) has a detailed introduction with examples on how to use redis-plus-plus, and [redis.h](https://github.com/sewenew/redis-plus-plus/blob/master/src/sw/redis%2B%2B/redis.h) has doxgen style comments for most commands. Before asking a question, please try to find answers with these two files.
For general questions on redis-plus-plus, you can ask questions at StackOverflow with [redis tag](https://stackoverflow.com/questions/tagged/redis), and normally, you'll get faster response on StackOverflow.
However, if you still don't get answers, feel free to ask a question here.
**Describe the problem**
A clear and concise description of the problem, with minimal code to reproduce the problem.
**Environment:**
- OS: [e.g. ubuntu]
- Compiler: [e.g. gcc 7.3.1, clang 3.9.1]
- hiredis version: [e.g. v1.0.0, master]
- redis-plus-plus version: [e.g. 1.3.2, master, commit b0a42e]
**Additional context**
Add any other context about the problem here.