Josh Baker

Results 411 comments of Josh Baker

Thank you for reporting this bug. I'll get it fixed asap.

I don't love the CIRCLE type. The problem I have with it is that it's not really a geometry per se. This will just a point and a radius. The...

Redcon does not use evio or net poll.

Just the built-in "net" package.

I personally use [redigo](https://github.com/gomodule/redigo). It's fast enough for me.

Hi @garry-9590, When Tile38 starts it must load all of its data from the AOF file into memory. It does this by reading back the entire AOF file, one command...

You can use the `KEYS` command to get all of the collection keys. And the use the `SCAN key` command on each collection to get all of the objects.

Hi, you're right. Calling Close only closes the network listener, which stop the server from accepting new connections. But existing connection will continue to run until they're network socket has...

Now if you connect to the server using `redis-cli` within the 5 seconds. You will see ``` closing in 5 closing in 4 closing in 3 closing in 2 closing...

Ideally this logic would exist in the library. Maybe this is something that would work with #52