microsoftarchive / redis

Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes
http://redis.io
Other
20.78k stars 5.37k forks source link

TypeError: this.resolveResult is not a function #648

Open Marviszhao opened 3 years ago

Marviszhao commented 3 years ago
when i use quickredis with console,I got error bellow
>geoadd StoreInformationGeoKey  116.48105 39.996794 juejin
0
>geopos StoreInformationGeoKey juejin
TypeError: this.resolveResult is not a function