RESP Server

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

Лицензия

Лицензия

Группа

Группа

com.github.tonivade
Идентификатор

Идентификатор

resp-server
Последняя версия

Последняя версия

0.20.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

RESP Server
Netty implementation of REdis Serialization Protocol, and a simple framework to implement command based protocols
Ссылка на сайт

Ссылка на сайт

https://github.com/tonivade/resp-server
Система контроля версий

Система контроля версий

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

Скачать resp-server

Как подключить последнюю версию

<!-- 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"]

Зависимости

compile (4)

Идентификатор библиотеки Тип Версия
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

Модули Проекта

Данный проект не имеет модулей.

Версии библиотеки

Версия
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