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
- Host: GitHub
- URL: https://github.com/killwolfvlad/example-kotlin-redis-client
- Owner: KillWolfVlad
- License: apache-2.0
- Created: 2025-02-03T14:33:11.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-02-19T12:47:57.000Z (12 months ago)
- Last Synced: 2025-02-19T13:40:03.536Z (12 months ago)
- Topics: example, kotlin, redis, redis-client
- Language: Kotlin
- Homepage:
- Size: 54.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).