Helge Heß
542cfc17b4
Move byte buffer stuff to own file
...
Maybe I should submit that to NIO itself.
2018-04-16 17:19:53 +02:00
Helge Heß
db37a8da9c
Rename RedisChannelHandler to RESPChannelHandler
...
Fix name.
2018-04-14 11:16:20 +02:00
Helge Heß
aaf1b706c4
OMG - indent wrong!!!
...
No lint no fun.
2018-04-13 18:24:07 +02:00
Helge Heß
dae92a76ac
Perf: Use more BB(integerAsString:)
...
... faster.
2018-04-13 18:15:57 +02:00
Helge Heß
9fe1bce783
itoa
2018-04-13 18:11:11 +02:00
Helge Heß
5b78b9db82
And a public init
...
... empty, just to make init public ...
2018-04-13 15:39:56 +02:00
Helge Heß
4631728dab
Open up more functions
...
... that we wanna override.
2018-04-13 15:35:31 +02:00
Helge Heß
4672c49331
Make RESPChannelHandler work as a base-class
...
... so that we subclass it.
Intention: workaround NIOAny wrapping overhead.
2018-04-13 15:32:04 +02:00
Helge Heß
0f6b7baa77
Move RESPParser to own file/struct
...
Instead of being embedded in the RedisChannel,
move the parser out, into an own struct.
This way we may be able to avoid NIO channel
pipeline overhead (NIOAny wrapping).
2018-04-13 13:45:19 +02:00
Helge Hess
5fef65eb2f
Initial drop
2018-04-11 00:27:29 +02:00