type github.com/go-redis/redis/v8.GeoRadiusQuery
14 uses
github.com/go-redis/redis/v8 (current package)
command.go#L1758: type GeoRadiusQuery struct {
command.go#L1775: q *GeoRadiusQuery
command.go#L1781: func NewGeoLocationCmd(ctx context.Context, q *GeoRadiusQuery, args ...interface{}) *GeoLocationCmd {
command.go#L1791: func geoLocationArgs(q *GeoRadiusQuery, args ...interface{}) []interface{} {
command.go#L1846: func newGeoLocationSliceParser(q *GeoRadiusQuery) proto.MultiBulkParse {
command.go#L1870: func newGeoLocationParser(q *GeoRadiusQuery) proto.MultiBulkParse {
commands.go#L321: GeoRadius(ctx context.Context, key string, longitude, latitude float64, query *GeoRadiusQuery) *GeoLocationCmd
commands.go#L322: GeoRadiusStore(ctx context.Context, key string, longitude, latitude float64, query *GeoRadiusQuery) *IntCmd
commands.go#L323: GeoRadiusByMember(ctx context.Context, key, member string, query *GeoRadiusQuery) *GeoLocationCmd
commands.go#L324: GeoRadiusByMemberStore(ctx context.Context, key, member string, query *GeoRadiusQuery) *IntCmd
commands.go#L2605: ctx context.Context, key string, longitude, latitude float64, query *GeoRadiusQuery,
commands.go#L2618: ctx context.Context, key string, longitude, latitude float64, query *GeoRadiusQuery,
commands.go#L2632: ctx context.Context, key, member string, query *GeoRadiusQuery,
commands.go#L2645: ctx context.Context, key, member string, query *GeoRadiusQuery,
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |