Josh Baker

Results 411 comments of Josh Baker

Right now the `redis-cli` has the `-x` flag for the purpose of reading large values from command line. The `-x` flag reads the last argument from STDIN. For example: ```sh...

@mp911de I totally agree. I'll need to familiarize myself with the Redis `COMMAND` output, but I can see a lot of good from adding this command.

There must be something wrong with [go-redis](https://github.com/go-redis/redis). [redigo](https://github.com/garyburd/redigo) and [redis-cli](https://redis.io/topics/rediscli) both work as expected. **redis-cli** ``` redis> SET fleet truck1 POINT 33.001 -115.001 OK redis> SET fleet truck2 POINT 33.002...

Unfortunately Tile38 doesn't currently support a `not` character at this time.

Hi, When using FENCE GET the object is loaded one time statically for the life of the geofence. Updates to the underlying object do not update the geofence. This is...

Hi. That 5GB ram does seem like a lot. I'm curious what you get back from running the SERVER command? Issue a GC beforehand to make sure that the heap...

Hi Cory, > Is there a way to have a config file outside of the data directory so that we can configure settings such as data directory, log file location,...

@m1ome agreed. I'll keep this open for now.

All data, hooks, and channels are stored in the AOF. Perhaps one option, assuming that your geofences don't update very often is to make a script that re-loads them when...

> Memory is allocated as though all fields will be filled for every object This isn't always the case. With the current design all field names for a collection are...