type github.com/go-redis/redis/v8.GeoLocationCmd

14 uses

	github.com/go-redis/redis/v8 (current package)
		command.go#L1772: type GeoLocationCmd struct {
		command.go#L1779: var _ Cmder = (*GeoLocationCmd)(nil)
		command.go#L1781: func NewGeoLocationCmd(ctx context.Context, q *GeoRadiusQuery, args ...interface{}) *GeoLocationCmd {
		command.go#L1782: 	return &GeoLocationCmd{
		command.go#L1824: func (cmd *GeoLocationCmd) Val() []GeoLocation {
		command.go#L1828: func (cmd *GeoLocationCmd) Result() ([]GeoLocation, error) {
		command.go#L1832: func (cmd *GeoLocationCmd) String() string {
		command.go#L1836: func (cmd *GeoLocationCmd) readReply(rd *proto.Reader) error {
		commands.go#L321: 	GeoRadius(ctx context.Context, key string, longitude, latitude float64, query *GeoRadiusQuery) *GeoLocationCmd
		commands.go#L323: 	GeoRadiusByMember(ctx context.Context, key, member string, query *GeoRadiusQuery) *GeoLocationCmd
		commands.go#L2606: ) *GeoLocationCmd {
		commands.go#L2633: ) *GeoLocationCmd {
		result.go#L143: func NewGeoLocationCmdResult(val []GeoLocation, err error) *GeoLocationCmd {
		result.go#L144: 	var cmd GeoLocationCmd