openresty / openresty/lua-resty-redis
runtime error: lualib/resty/redis.lua:335: bad request stack traceback:
Nobody has claimed this yet.
- Dominant language
- Lua
- Stars
- 2k
- Forks
- 447
- Avg merge
- 2h 24m
- Merged PRs (30d)
- 3
Description
[error] 1415#1415: *47 lua entry thread aborted: runtime error: lualib/resty/redis.lua:335: bad request
stack traceback:
coroutine 0:
[C]: in function 'send'
lualib/resty/redis.lua:335: in function 'get'
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at lualib/resty/redis.lua:335 and trace the get call into send, using the provided runtime traceback as the entry point. Reproduce the bad request and determine the request conditions that trigger it; done means the cause and expected behavior are established and the failure is fixed or covered by an appropriate regression test.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- lua, redis
- Domain
- backend, databases
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100