Commit Graph

4 Commits

Author SHA1 Message Date
Thomas Zander
f088097def Update to upstream version 1.5.2
PR:		213772
Submitted by:	olevole@olevole.ru (maintainer)
2016-11-13 15:52:30 +00:00
Veniamin Gvozdikov
c0b3332807 - Update to 1.4.2
- Allow fragmented pipeline requests.
- Allow multispace delim in native proto
- MATCH with slashes
- Linestring nearby search correction
- Allow for nginx support
- Reset requirepass
- Added "BOUNDS key" command

PR:		ports/212800
Submitted by:	olevole@olevole.ru (maintainer)
2016-09-19 10:16:24 +00:00
Pawel Pekala
64e998a1c1 Update to version 1.3.0
Changelog:
* Added:
    New EXPIRE, PERSISTS, TTL commands. New EX keyword to SET command.
    Support for plain strings using SET ... STRING value. syntax.
    New SEARCH command for finding strings.
    Scans can now order descending.

PR:		211341
Submitted by:	maintainer
2016-07-24 20:56:07 +00:00
Dmitry Marakasov
db38d296fd - Add databases/tile38
Tile38 is an open source (MIT licensed), in-memory geolocation data store,
spatial index, and realtime geofence. It supports a variety of object types
including lat/lon points, bounding boxes, XYZ tiles, Geohashes, and GeoJSON.

Features:

    Spatial index with search methods such as NEARBY, WITHIN, and INTERSECTS.
    Realtime geofencing through persistent sockets or webhooks.
    Object types of lat/lon, bbox, Geohash, GeoJSON, QuadKey, and XYZ tile.
    Support for lots of Clients Libraries written in many different langauges.
    Variety of client protocols, including http (curl), websockets, telnet,
        and the Redis RESP.
    Server responses are RESP or JSON.
    Full command line interface.
    Leader / follower replication.
    In-memory database that persists on disk.

WWW: http://tile38.com/

PR:		210147
Submitted by:	olevole@olevole.ru
2016-06-23 23:16:03 +00:00