1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

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
This commit is contained in:
Pawel Pekala 2016-07-24 20:56:07 +00:00
parent 94daa66124
commit 64e998a1c1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=419027
3 changed files with 5 additions and 5 deletions

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= tile38
PORTVERSION= 1.2.0
PORTVERSION= 1.3.0
CATEGORIES= databases
MAINTAINER= olevole@olevole.ru

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1465389710
SHA256 (tidwall-tile38-1.2.0_GH0.tar.gz) = 8797cfe8ad0f787cc00c26a863329090a929257d9f5c5d8d20c17f05234cb2a5
SIZE (tidwall-tile38-1.2.0_GH0.tar.gz) = 1701880
TIMESTAMP = 1469378426
SHA256 (tidwall-tile38-1.3.0_GH0.tar.gz) = 2ca54a9cc4de7ea062da36682054efc8fceb78bb5631ee6d95279ca129094c84
SIZE (tidwall-tile38-1.3.0_GH0.tar.gz) = 2667618

View File

@ -7,7 +7,7 @@ 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.
Support for lots of Clients Libraries written in many different languages.
Variety of client protocols, including http (curl), websockets, telnet,
and the Redis RESP.
Server responses are RESP or JSON.