[GitHub] [kvrocks]: Workflow run "CI" is working again!

2023-08-09 Thread GitBox


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

Head commit for run:
2248590a163411d8dfdd9731d569d67c30692c19 / Binbin 
GEOSEARCH* from is not optional, FROMLONLAT or FROMMEMBER must require

Fix that FROMLONLAT or FROMMEMBER is required, otherwise we would
have the following inconsistency:
```
127.0.0.1:6379> GEOSEARCH src BYBOX 88 88 m asc
(error) ERR exactly one of FROMMEMBER or FROMLONLAT can be specified for 
GEOSEARCH
127.0.0.1:6379> GEOSEARCHSTORE dst src BYBOX 88 88 m asc
(error) ERR exactly one of FROMMEMBER or FROMLONLAT can be specified for 
GEOSEARCHSTORE

127.0.0.1:> GEOSEARCH src BYBOX 88 88 m asc
(empty array)
127.0.0.1:> GEOSEARCHSTORE dst src BYBOX 88 88 m asc
(integer) 0
```

Minor fix to minor bug.

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

With regards,
GitHub Actions via GitBox



[GitHub] [kvrocks]: Workflow run "CI" failed!

2023-08-09 Thread GitBox


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

Head commit for run:
bbc8034443062baa03840c53ec718be952ff76b9 / mingfo.zou 
fix comments

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

With regards,
GitHub Actions via GitBox