The GitHub Actions job "CI" on kvrocks.git has succeeded.
Run started by GitHub user git-hulk (triggered by git-hulk).

Head commit for run:
03ceb6e8105656c2fc08ae47a820e3e37d3c56f3 / Binbin <binloveplay1...@qq.com>
Fix GEOHASH / GEOPOS should return nil array instead of error for non-existing 
key (#1573)

The current code GETHASH returns an error for a key
that doesn't exist:
```
127.0.0.1:6666> geohash mykey a b c
(error) ERR NotFound:
```

In Redis, this would return:
```
127.0.0.1:6379> geohash mykey a b c
1) (nil)
2) (nil)
3) (nil)
```

GEOPOS also has the same issue, this PR fixes these inconsistencies in this 
case.

Report URL: https://github.com/apache/kvrocks/actions/runs/5527475163

With regards,
GitHub Actions via GitBox

Reply via email to