stefanwille / crystal-redis

Full featured Redis client for Crystal
MIT License
381 stars 61 forks source link

"COUNT" option of "GEORADIUS" broken #94

Closed gottlike closed 4 years ago

gottlike commented 4 years ago

Recently the GEO commands were added (see https://github.com/stefanwille/crystal-redis/issues/90), but the COUNT option of GEORADIUS and GEORADIUSBYMEMBER is broken.

I created a pull request to fix it: https://github.com/stefanwille/crystal-redis/pull/93

stefanwille commented 4 years ago

Thanks!