cpp-redis / cpp_redis

C++11 Lightweight Redis client: async, thread-safe, no dependency, pipelining, multi-platform
MIT License
713 stars 198 forks source link

C++ error: terminate called after throwing an instance of what(): Reply is not an array cpp_redis::redis_error #75

Open Swty13 opened 3 years ago

Swty13 commented 3 years ago

Hi Team,

I wanted to know when this error arise.What is the cause of this error. I have so many code files and I am unable to track down this error from which portion it is comes.Project run smoothly on local machine but throw exception on server side to difficult to track down.Is it some connection error or some data type mismatch issue?