index
:
delta/redis.git
1906-merge
2.2
2.4
2.6
2.8
2.8-fastscript
3.0
3.2
4.0
5.0
6.0
6.2
7.0
7.2
ack
acl
acl-api-pr
acl-log
antiaffinity
aofeof
aofrdb
argv-accounting
arm
baserock/3.0
baserock/ps/proto-web-system
better-random-member
bulkaccept-2.8
cgroups
client-unblock
cluster-api-improvements
cluster-data-as-pong
conduct
config-rewrite
cow-pipe
csc2
current-client-fix
dict-clustered-entries
dictc
diskless-short-read
diskless_slave_refresh2
dynamic-hz
expirealgo
faster-info
faster-ll2string
faster-rdb-loading
fasterio
fastscript
fix-double-multi
fix-expires-6537
free_clients_during_loading
freelist
fsync-safety
geo
hashed-pass-opcode
ipv6
issue-1240
issue_2175
latency
lazyfree
lcs
ldb
less-mstime
less-mstime-28
lfu
localtime
lpos
master-replica
meaningful-offset
memopt
memsync
module-block-on-keys
module-blocking-commands
module-hooks
module-io-context
modules-get-client-info-by-id
modules-replication
multi-if
new-keyspace
no-mo-first
no-mo-second
nordb
nosync
o1-bpop
o1-bpop-5.0
onepass-bulk
oran-memory-profiling
precise-timeout
precise-timeout-2
psync-fixes
psync2
psync2-rdb-fixes
psync2-test-improvement
queue-in-multi
rdb-check
rdb-script-aux
rdb9
rdbchanges
resp3
rssmaxmemory
sds
sentinel-32
sharedapi
siphash
slave-diskless
slave-script-timeout
slaves_capa
statemachine
strcompr
stream-propagation-fix
stream-propagation-fix-2
streams
testing
thread-safe-context
threaded-core-commands
threaded-io
tls-conn-errors
tracking-noloop
unstable
unstable_hmset_args
wait-aof
waitpid-fix
zaddnx
ziplist-improvements
zpop
zunion
github.com: antirez/redis.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
unit
/
geo.tcl
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add reply_schema to command json files (internal for now) (#10273)
guybe7
2023-03-11
1
-0
/
+14
*
Fixed small distance replies on GEODIST and GEO commands WITHDIST (#11631)
filipe oliveira
2022-12-15
1
-0
/
+7
*
Speedup GEODIST with fixedpoint_d2string as an optimized version of snprintf ...
filipe oliveira
2022-12-04
1
-0
/
+2
*
add test case for geopos and geohash (#11455)
Wen Hui
2022-11-01
1
-0
/
+14
*
Fix incorrect error code for eval scripts and fix test error checking (#10575)
Madelyn Olson
2022-04-14
1
-9
/
+9
*
Fix geo search bounding box check causing missing results (#10018)
qetu3790
2022-02-21
1
-0
/
+25
*
GEO* STORE with empty src key delete the dest key and return 0, not empty arr...
Binbin
2021-08-01
1
-0
/
+71
*
Improve test suite to handle external servers better. (#9033)
Yossi Gottlieb
2021-06-09
1
-34
/
+34
*
Fix GEOSEARCH tcl test error (#8451)
Yang Bodong
2021-02-04
1
-5
/
+10
*
GEOSEARCH bybox bug fixes and new fuzzy tester (#8445)
Yang Bodong
2021-02-04
1
-27
/
+185
*
GEOSEARCH - ANY option, for limited search that returns ASAP (#8259)
Yang Bodong
2021-01-08
1
-0
/
+13
*
GEOADD - add [CH] [NX|XX] options (#8227)
kukey
2021-01-03
1
-0
/
+43
*
GEOSEARCH: change 'FROMLOC' to 'FROMLONLAT' (#8190)
Itamar Haber
2020-12-14
1
-15
/
+15
*
Add GEOSEARCH / GEOSEARCHSTORE commands (#8094)
杨博东
2020-12-12
1
-0
/
+80
*
Revert "Geo: output 10 chars of geohash, not 11."
antirez
2019-12-18
1
-1
/
+1
*
Geo: output 10 chars of geohash, not 11.
antirez
2019-10-08
1
-1
/
+1
*
Fixed a rounding bug in geo.tcl
Madelyn Olson
2019-01-15
1
-1
/
+13
*
Fix GEORADIUS edge case with huge radius.
antirez
2017-07-03
1
-0
/
+3
*
Geo: fuzzy test inconsistency report fixed to show all points.
antirez
2016-12-20
1
-2
/
+3
*
Geo: improve fuzz test.
antirez
2016-12-05
1
-3
/
+11
*
Multiple GEORADIUS bugs fixed.
antirez
2016-07-27
1
-2
/
+79
*
GEOADD STORE/STOREDIST tests.
antirez
2016-02-18
1
-0
/
+54
*
Regression test for GEORADIUS COUNT arity check.
antirez
2015-10-06
1
-0
/
+5
*
GEORADIUS: Don't report duplicates when radius is huge.
antirez
2015-09-14
1
-0
/
+5
*
GEOENCODE / GEODECODE commands removed.
antirez
2015-07-09
1
-13
/
+0
*
Geo: GEODIST and tests.
antirez
2015-06-29
1
-0
/
+22
*
Geo: GEOPOS command and tests.
antirez
2015-06-29
1
-0
/
+17
*
Geo: GEORADIUS COUNT tests.
antirez
2015-06-29
1
-0
/
+8
*
Geo: GEOENCODE test fixed for new return value.
antirez
2015-06-29
1
-1
/
+2
*
Geo: only one way to specify any given option.
antirez
2015-06-27
1
-4
/
+4
*
Geo: from lat,lon API to lon,lat API according to GIS standard
antirez
2015-06-26
1
-28
/
+28
*
Geo: GEOHASH command test.
antirez
2015-06-24
1
-0
/
+7
*
Geo: GEORADIUS fuzzy testing by reimplementing it in Tcl.
antirez
2015-06-24
1
-0
/
+63
*
Geo: test GEOADD with wrong input coordinates
antirez
2015-06-23
1
-0
/
+8
*
Geo: fix tests after distance precision change
antirez
2015-06-22
1
-2
/
+2
*
Geo: removed JSON failing test (false positive)
antirez
2015-06-22
1
-8
/
+0
*
[In-Progress] Add Geo Commands
Matt Stancliff
2015-06-22
1
-0
/
+53