ZeroTierOne/ext/redis-plus-plus-1.3.3/.github/ISSUE_TEMPLATE/question.md
2022-06-22 15:03:19 -07:00

1.1 KiB

name about title labels assignees
Question Ask a question [QUESTION]

Before Asking A Question The README.md file has a detailed introduction with examples on how to use redis-plus-plus, and 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, 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.