10 comments (10 comments)0 reactions (0 reactions)0 assignees (0 assignees)Python20,037 stars (20,037 stars)4,936 forks (4,936 forks)batch import
help wantedresolved
- Issue 種別
- bug
- 調査方針
- The error 'unknown command hclear' suggests Redis version mismatch or typo. Investigate the codebase for usage of 'hclear', likely in connection with proxy storage. Check if 'hclear' should be 'del' or 'hdel' for deleting hash fields. Also verify Redis server version supports the command.