Josh Baker
d6936636c2
updated gjson
2017-09-29 18:10:12 -07:00
Josh Baker
b1da3a1ea5
Merge branch 'mqtt-endpoint' of https://github.com/m1ome/tile38 into m1ome-mqtt-endpoint
2017-09-04 07:22:25 -07:00
Josh Baker
cd057088d9
index optimizations
2017-08-10 17:32:40 -07:00
Josh Baker
300635727a
apply LIMIT after WHERE clause, fix #199
2017-07-24 08:26:48 -07:00
Josh Baker
6008a78281
vendored redbench
2017-03-31 08:31:33 -07:00
Pavel Makarenko
ce8da8e74b
Merged AMQP endpoint
2017-03-23 10:27:23 +03:00
Pavel Makarenko
710ed96850
AMQP webhook support ( #159 )
2017-03-15 10:45:35 -07:00
Pavel Makarenko
9e0c8fc28e
Added MQTT endpoint
2017-03-08 00:15:18 +03:00
Pavel Makarenko
790c660455
Kafka - Support in webhooks. ( #152 )
...
* Added sarama in vendor dependency
* Fixed Sarama deps
* Added Kafka endpoint support
2017-03-06 13:18:58 -07:00
Josh Baker
44cf149325
added JSET, JGET, JDEL commands
...
JSET key id path value [RAW]
JGET key id path [RAW]
JDEL key id path
Allows for working with JSON strings, for example:
JSET user 901 name Tom
JGET user 901
> '{"name":"Tom"}'
JSET user 901 name.first Tom
JSET user 901 name.last Anderson
> '{"name":{"first":"Tom","last":"Anderson"}'
JDEL user 901 name.last
> '{"name":{"first":"Tom"}'
All commands use the GJSON path syntax, for more information:
Setting JSON: https://github.com/tidwall/sjson
Getting JSON: https://github.com/tidwall/gjson
2016-12-12 10:33:28 -07:00
Josh Baker
06c873a3e8
Merge branch 'master' into memoptz
2016-12-04 12:15:09 -07:00
Josh Baker
a664bade48
added black-box testing
2016-12-02 09:14:34 -07:00
Josh Baker
1ac6ad9ebd
optimized idprops field for #71
2016-11-07 13:04:21 -07:00
Josh Baker
3b99a6276e
grpc support
2016-09-11 21:25:09 -07:00
Josh Baker
6d944ada32
fixed #49 . fragmented pipeline requests.
2016-09-08 16:11:53 -07:00
Josh Baker
bfa204067c
replaced vendor btree with custom version
2016-07-09 19:43:52 -07:00
Josh Baker
13626db762
added maxmemory setting fixes #15
2016-05-23 19:44:25 -07:00
Josh Baker
ab92df333c
added resp package
2016-04-02 14:46:39 -07:00
Josh Baker
d9103d9dd6
kill aof conns after shrink
2016-03-31 18:20:42 -07:00
Josh Baker
b57d8b5fb6
removed boltdb
2016-03-30 09:31:16 -07:00
Josh Baker
d97fedc385
disque endpoint
2016-03-20 08:24:20 -07:00
Josh Baker
4fc58f7f5c
first commit
2016-03-04 16:08:16 -07:00