-
Can tile38 provide the data in the dump tile38 to the file, and then start another tile38 server, load the dump file, similar to the RDB redis persistence mechanism? I have an application scenario th…
-
Does tile38 use CPU's single core? The source code does not seem to set the use of multi-core, if set to multi-core, whether it can enhance the performance of it?
-
Before loading the AOF file in tile38, is there a relatively conservative and simple method to evaluate how much memory tile38 will use ?
In addition, in order to reduce memory fragmentation, do you …
-
Using tip of master, passing NOFIELDS has no effect. It always returns all fields.
"SCAN [key] NOFIELDS" returns complete json objects
"NEARBY [key] NOFIELDS POINT 34.018161 -118.278846 10000" also…
-
thanks!
-
If Tile38 have a mechanism that can set a range of monitoring would be the best. For example, the client sent the "fset" command to set the values of a field can also bind a hook, specifically, if …
-
Hello !
Would you be interested that we ([Redsmin](https://redsmin.com)) promote tile38 as a compatible server for our online real-time administration and monitoring service?
As for as I can see Til…
-
If you create a point with a "z" coordinate and then try to "GET" this point, the "z" coordinate is not returned, even though it exists there.
-
Hi tidwall
Buntdb can provide support for the transaction,it can also be achieved in the tile38 ?
-
This may be out of the scope of tile38, but I wanted to at least mention it here for the author or incase someone else runs into this:
I've often noticed that when replacing previously inserted Featu…