(self, r)
| 5799 | |
| 5800 | @skip_if_server_version_lt("3.2.0") |
| 5801 | def test_geoadd_invalid_params(self, r): |
| 5802 | with pytest.raises(exceptions.RedisError): |
| 5803 | r.geoadd("barcelona", (1, 2)) |
| 5804 | |
| 5805 | @skip_if_server_version_lt("3.2.0") |
| 5806 | def test_geodist(self, r): |