is not current version
Last Version 0.20.0

RESP Server 0.18.1

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
Version

Version

0.18.1
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 0.18.1


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

Dependencies

compile (4)

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

test (4)

Group / Artifact Type Version
junit : junit jar 4.13.2
org.junit.jupiter : junit-jupiter-engine jar 5.7.2
org.mockito : mockito-core jar 3.11.2
org.hamcrest : hamcrest-library jar 2.2

Project Modules

There are no modules declared in this project.