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
/
src
/
geo.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
GEOSEARCH - ANY option, for limited search that returns ASAP (#8259)
Yang Bodong
2021-01-08
1
-14
/
+27
*
GEOADD - add [CH] [NX|XX] options (#8227)
kukey
2021-01-03
1
-14
/
+28
*
Use addReplyErrorObject with shared.syntaxerror (#8248)
Itamar Haber
2020-12-25
1
-1
/
+1
*
Flow through the error handling path for most errors (#8226)
Madelyn Olson
2020-12-23
1
-3
/
+3
*
Fix comment of georadiusGeneric function (#8202)
sundb
2020-12-17
1
-2
/
+2
*
GEOSEARCH: change 'FROMLOC' to 'FROMLONLAT' (#8190)
Itamar Haber
2020-12-14
1
-3
/
+7
*
Add GEOSEARCH / GEOSEARCHSTORE commands (#8094)
杨博东
2020-12-12
1
-56
/
+155
*
Squash merging 125 typo/grammar/comment/doc PRs (#7773)
Oran Agra
2020-09-10
1
-3
/
+3
*
Replace usage of wrongtypeerr with helper (#7633)
Madelyn Olson
2020-08-11
1
-2
/
+2
*
Tracking: NOLOOP internals implementation.
antirez
2020-04-21
1
-2
/
+2
*
Fix GEOHASH negative shifting in a more compatible way.
antirez
2019-12-18
1
-1
/
+9
*
Revert "Geo: output 10 chars of geohash, not 11."
antirez
2019-12-18
1
-4
/
+4
*
Avoid changing setKey() API after #6679 fix.
antirez
2019-12-18
1
-1
/
+1
*
add a new SET option KEEPTTL that doesn't remove expire time
zhaozhao.zz
2019-12-18
1
-1
/
+1
*
Geo: output 10 chars of geohash, not 11.
antirez
2019-10-08
1
-4
/
+4
*
GEORADIUS reply: fix of the previous fix about #6417.
antirez
2019-10-01
1
-1
/
+1
*
Fix GEORADIUS replies broken after RESP3 introduction.
antirez
2019-10-01
1
-2
/
+2
*
Fix mismatching keyspace notification classes
Guy Benoish
2019-03-14
1
-1
/
+1
*
RESP3: restore the concept of null array for RESP2 compat.
antirez
2019-01-09
1
-2
/
+2
*
RESP3: geo.c updated.
antirez
2019-01-09
1
-16
/
+16
*
Fix typo
Jack Drogon
2018-07-03
1
-1
/
+1
*
Added GEORADIUS(BYMEMBER)_RO variants for read-only operations.
antirez
2017-06-30
1
-9
/
+26
*
Geo: fix GEOHASH return value for consistency.
antirez
2016-12-20
1
-4
/
+3
*
Geo: fix edge case return values for uniformity.
antirez
2016-12-20
1
-6
/
+5
*
Geo: fix computation of bounding box.
antirez
2016-12-05
1
-1
/
+24
*
Multiple GEORADIUS bugs fixed.
antirez
2016-07-27
1
-1
/
+2
*
fix georadius returns multiple replies
oranagra
2016-05-23
1
-2
/
+5
*
minor fixes - mainly signalModifiedKey, and GEORADIUS
oranagra
2016-05-09
1
-0
/
+1
*
Reply with error on negative geo radius.
antirez
2016-05-04
1
-1
/
+4
*
Eliminates engineers near the equator & prime meridian
Itamar Haber
2016-02-18
1
-4
/
+4
*
Fixes a typo in a comment
Itamar Haber
2016-02-18
1
-1
/
+1
*
Adjusts accuracy for GEODIST
Itamar Haber
2016-02-18
1
-1
/
+1
*
New options for GEORADIUS: STORE and STOREDIST.
antirez
2016-02-18
1
-42
/
+100
*
Fix extractLongLatOrReply() sanity check conditionals.
antirez
2015-10-07
1
-9
/
+9
*
Fix GEORADIUS COUNT option arity checks.
antirez
2015-10-06
1
-1
/
+1
*
Lazyfree: Sorted sets convereted to plain SDS. (several commits squashed)
antirez
2015-10-01
1
-11
/
+9
*
GEORADIUS: Don't report duplicates when radius is huge.
antirez
2015-09-14
1
-1
/
+11
*
RDMF: REDIS_OK REDIS_ERR -> C_OK C_ERR.
antirez
2015-07-26
1
-24
/
+24
*
RDMF: OBJ_ macros for object related stuff.
antirez
2015-07-26
1
-8
/
+8
*
RDMF: use client instead of redisClient, like Disque.
antirez
2015-07-26
1
-11
/
+11
*
GEOENCODE / GEODECODE commands removed.
antirez
2015-07-09
1
-93
/
+0
*
Geo: -Ofast breaks builds on older GCCs.
antirez
2015-07-09
1
-1
/
+1
*
Geo: validate long,lat passed by user via API
antirez
2015-07-06
1
-0
/
+6
*
Geo: sync faster decoding from krtm that synched from Ardb.
antirez
2015-07-01
1
-1
/
+1
*
Geo: added my copyright notice in modified files.
geo
antirez
2015-06-29
1
-0
/
+1
*
Geo: support units only in abbreviated form.
antirez
2015-06-29
1
-7
/
+7
*
Geo: remove static declarations.
antirez
2015-06-29
1
-6
/
+6
*
Geo: GEODIST and tests.
antirez
2015-06-29
1
-18
/
+66
*
Geo: command function names converted to lowercase, as elsewhere.
antirez
2015-06-29
1
-9
/
+9
*
Geo: GEOPOS command and tests.
antirez
2015-06-29
1
-0
/
+33
[next]