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

Head commit for run:
8ec8e8f51bcca1c09c7fda9f72985e5543d373e1 / Binbin <binloveplay1...@qq.com>
Fix GEORADIUSBYMEMBER STORE should return the elements number (#1749)

When using the STORE variant, we should return the number of
elements in the resulting set.

```
127.0.0.1:6666> geoadd src 13 14 Shenzhen 25 30 Guangzhou
(integer) 2
127.0.0.1:6666> georadiusbymember src Shenzhen 5000 km store dst
1) "Shenzhen"
2) "Guangzhou"

127.0.0.1:6379> geoadd src 13 14 Shenzhen 25 30 Guangzhou
(integer) 2
127.0.0.1:6379> georadiusbymember src Shenzhen 5000 km store dst
(integer) 2
```

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

With regards,
GitHub Actions via GitBox

Reply via email to