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

https://github.com/pnxtech/rus6

Redis Microservice Module
https://github.com/pnxtech/rus6

Last synced: 5 months ago
JSON representation

Redis Microservice Module

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)

[![Writing Redis Modules In Rust](http://img.youtube.com/vi/c1E8jxWVfoI/0.jpg)](https://www.youtube.com/watch?v=c1E8jxWVfoI "Writing Redis Modules In Rust")

## Dependencies

- [redis-module](https://crates.io/crates/redis-module)