DotNetty project – a port of netty, event-driven asynchronous network application framework
Перейти к файлу
Johnny Z 6fc89419c8 Initial Redis Codec Implementation (#161)
Motivation:
Added/Ported Redis codec support into DotNetty

Modifications:
- Added Redis Codec project
- Added Redis Codec unit test project.
- Extra: Added DefaultByteBufferHolder to DotNetty.Buffers.
- Extra: Added UnrealeasableByteBuffer to DotNetty.Buffers.

Result:
Redis codec supported by DotNetty.
2016-10-10 09:57:57 -07:00
.nuget Created FAKE script for DotNetty 2015-08-12 22:08:54 -07:00
examples Fixes excessive exceptions from being thrown in case of graceful channel closure. (#152) 2016-08-08 15:34:08 -07:00
shared first commit 2015-07-16 01:41:06 -07:00
src Initial Redis Codec Implementation (#161) 2016-10-10 09:57:57 -07:00
test Initial Redis Codec Implementation (#161) 2016-10-10 09:57:57 -07:00
tools resolved conflicts with ByteBufferUtil 2015-11-05 13:31:05 -08:00
.gitattributes first commit 2015-07-16 01:41:06 -07:00
.gitignore Fixes excessive exceptions from being thrown in case of graceful channel closure. (#152) 2016-08-08 15:34:08 -07:00
CONTRIBUTING.MD added a contributing procedure file 2015-08-03 15:37:22 -07:00
DotNetty.nuspec fixing starting nuget version 2015-07-16 01:44:39 -07:00
DotNetty.sln Initial Redis Codec Implementation (#161) 2016-10-10 09:57:57 -07:00
DotNetty.sln.DotSettings Fixes TlsHandler from operation, perf and compat POVs. 2016-06-01 14:09:14 -07:00
LICENSE.txt first commit 2015-07-16 01:41:06 -07:00
README.md clarifying where releases and nightly builds live (#77) (#122) 2016-06-01 16:41:07 -07:00
RELEASE_NOTES.md set version to 0.3.2 2016-06-22 14:48:45 -07:00
ThirdPartyNotices.txt first commit 2015-07-16 01:41:06 -07:00
build.cmd Fixes TlsHandler from operation, perf and compat POVs. 2016-06-01 14:09:14 -07:00
build.fsx Initial Redis Codec Implementation (#161) 2016-10-10 09:57:57 -07:00
build.sh Fixes TlsHandler from operation, perf and compat POVs. 2016-06-01 14:09:14 -07:00

README.md

#DotNetty Project

Join the chat at https://gitter.im/Azure/DotNetty Available on NuGet https://www.nuget.org/packages?q=DotNetty

DotNetty is a port of Netty, asynchronous event-driven network application framework for rapid development of maintainable high performance protocol servers & clients.

Use

  • Official releases are on NuGet.
  • Nightly builds are available on MyGet.

Contribute

We gladly accept community contributions.