https://github.com/madhead/kn-redis
Redis module in Kotlin/Native
https://github.com/madhead/kn-redis
kotlin-native redis redis-module
Last synced: about 2 months ago
JSON representation
Redis module in Kotlin/Native
- Host: GitHub
- URL: https://github.com/madhead/kn-redis
- Owner: madhead
- Created: 2020-02-25T18:30:29.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-25T18:39:02.000Z (over 6 years ago)
- Last Synced: 2025-07-29T04:44:22.573Z (11 months ago)
- Topics: kotlin-native, redis, redis-module
- Language: C
- Homepage:
- Size: 71.3 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
Awesome Lists containing this project
README
# redis
. Build the code: `./gradlew clean assemble`
. Start the CLI session: `docker-compose run redis-cli`
. Explore the commands: `BRACKETS.KN.VERSION`, `BRACKETS.KN.PUSH`, `BRACKETS.KN.PRINT` and `BRACKETS.KN.VALID`