https://github.com/pnxtech/rus6
Redis Microservice Module
https://github.com/pnxtech/rus6
Last synced: 5 months ago
JSON representation
Redis Microservice Module
- Host: GitHub
- URL: https://github.com/pnxtech/rus6
- Owner: pnxtech
- Created: 2020-05-30T16:29:09.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-06-20T16:23:16.000Z (over 5 years ago)
- Last Synced: 2025-04-11T04:06:07.360Z (9 months ago)
- Language: Rust
- Size: 8.79 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rus6 (rμs)
Redis Microservice Module
This repository is the project home for an experimental [Redis module](https://redis.io/topics/modules-intro) based on the [Hydra Microservice Library](https://github.com/pnxtech/hydra).
The primary goal of this project is to enable the cross-platform construction of microservices by leveraging the power of Redis.
The loadable Redis module closely follows the usage patterns presented in my talk at [RedisConf 18](https://youtu.be/z25CPqJMFUk) and in this [medium post](https://medium.com/hydramicroservices/building-light-weight-microservices-using-redis-dc5b3bca741).
## Project inspirations
- [RedisJSON](https://github.com/RedisJSON/RedisJSON)
- [RedisModulesSDK](https://github.com/RedisLabs/RedisModulesSDK)
- [Writing Redis Modules In Rust](https://www.youtube.com/watch?v=c1E8jxWVfoI)
[](https://www.youtube.com/watch?v=c1E8jxWVfoI "Writing Redis Modules In Rust")
## Dependencies
- [redis-module](https://crates.io/crates/redis-module)