An open API service indexing awesome lists of open source software.

https://github.com/killwolfvlad/example-kotlin-redis-client

Redis Client Example for Kotlin
https://github.com/killwolfvlad/example-kotlin-redis-client

example kotlin redis redis-client

Last synced: 10 months ago
JSON representation

Redis Client Example for Kotlin

Awesome Lists containing this project

README

          

# example-kotlin-redis-client

Redis Client Example for Kotlin

## Useful Links

- [Redis serialization protocol specification](https://redis.io/docs/latest/develop/reference/protocol-spec/)
- [RESP3 specification](https://github.com/redis/redis-specifications/blob/master/protocol/RESP3.md)
- - production ready Redis Client for Kotlin

## Maintainers

- [@KillWolfVlad](https://github.com/KillWolfVlad)

## License

This repository is released under version 2.0 of the
[Apache License](https://www.apache.org/licenses/LICENSE-2.0).