Commit Graph

17 Commits

Author SHA1 Message Date
Josh Baker 67c21aa488 Major API update. Please see details.
The Redcon API has been changed to better reflect the wants of the
community. THIS IS A BREAKING COMMIT... sorry, it's a one time thing.

The changes include:

1. All commands and responses use []byte rather than string for data.
2. The handler signature has been changed from:
   func(conn redcon.Conn, args [][]string)
   to:
   func(conn redcon.Conn, cmd redcon.Command)
3. There's a new Reader and Writer types for reading commands and
   writing responses.

Performance remains the same.
2016-09-17 20:17:23 -07:00
Josh Baker 4276409b25 memory optimizations 2016-09-06 22:56:44 -07:00
Josh Baker a88a6c7cb0 Update README.md 2016-08-20 12:45:14 -07:00
Josh Baker a9bf55aaf0 changed implementation to framework 2016-08-20 12:44:34 -07:00
Josh Baker 36210d8e32 Update README.md 2016-08-20 12:37:15 -07:00
Josh Baker 408b582990 updated benchmark commands 2016-08-20 11:45:35 -07:00
Josh Baker 151557dcdb typo 2016-08-20 11:35:57 -07:00
Josh Baker 9569906350 removed extra line in code 2016-08-20 11:35:15 -07:00
Josh Baker 1cd8973b32 renamed example 2016-08-20 11:34:06 -07:00
Josh Baker a04ea6b9f8 typo 2016-08-20 11:31:28 -07:00
Josh Baker 4a0007e8c2 add description 2016-08-20 11:30:29 -07:00
Josh Baker 9e38e36ab2 benchmarks 2016-08-20 11:23:34 -07:00
Josh Baker 32650a5023 Update README.md 2016-08-20 10:23:11 -07:00
Josh Baker 51b9ffb439 updated examples 2016-08-16 05:51:20 -07:00
Josh Baker 671374e8fd updated example link 2016-07-28 10:43:10 -07:00
Josh Baker 29f12698c0 first commit 2016-07-28 07:55:51 -07:00
Josh Baker ffcf13732b first commit 2016-07-28 07:54:02 -07:00