RESP Server

Netty implementation of REdis Serialization Protocol, and a simple framework to implement command based protocols

License

License

GroupId

GroupId

com.github.tonivade
ArtifactId

ArtifactId

resp-server
Last Version

Last Version

0.20.0
Release Date

Release Date

Type

Type

jar
Description

Description

RESP Server
Netty implementation of REdis Serialization Protocol, and a simple framework to implement command based protocols
Project URL

Project URL

https://github.com/tonivade/resp-server
Source Code Management

Source Code Management

https://github.com/tonivade/resp-server

Download resp-server

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.tonivade/resp-server/ -->
<dependency>
    <groupId>com.github.tonivade</groupId>
    <artifactId>resp-server</artifactId>
    <version>0.20.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.tonivade/resp-server/
implementation 'com.github.tonivade:resp-server:0.20.0'
// https://jarcasting.com/artifacts/com.github.tonivade/resp-server/
implementation ("com.github.tonivade:resp-server:0.20.0")
'com.github.tonivade:resp-server:jar:0.20.0'
<dependency org="com.github.tonivade" name="resp-server" rev="0.20.0">
  <artifact name="resp-server" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.tonivade', module='resp-server', version='0.20.0')
)
libraryDependencies += "com.github.tonivade" % "resp-server" % "0.20.0"
[com.github.tonivade/resp-server "0.20.0"]

Dependencies

compile (4)

Group / Artifact Type Version
io.netty : netty-all jar 4.1.72.Final
io.reactivex.rxjava3 : rxjava jar 3.1.3
com.github.tonivade : purefun-core jar 3.0
org.slf4j : slf4j-api jar 1.7.32

Project Modules

There are no modules declared in this project.

Versions

Version
0.20.0
0.19.0
0.18.1
0.18.0
0.17.0
0.16.0
0.15.0
0.14.0
0.13.0
0.12.0
0.11.0
0.10.0
0.9.0
0.8.0
0.7.4
0.7.3
0.7.2
0.7.1
0.7.0
0.6.0
0.5.0
0.4.0