Wulf/create-rust-app

Add Redis plugin

Opened this issue · 4 comments

Wulf commented

Plugin Requirements

Backend

  • Use redis-rs to connect to a local redis instance
  • Expose Redis as data in all handlers
  • (optional) if the auth plugin is enabled, cache auth checks in redis

Hey, guys where are we on this?
Can we get some redis-rs integration going on?

Redis is establishing itself as the top in-memory data structure store. It is no longer just for caching.
I'd love to see redis plugin added to this repo soon.

Wulf commented

Hey @XChikuX, hope things are well.

I’d love help pushing this forward if you have the time. Let me know and I can give some pointers!

@Wulf I'm just getting started with rust myself. If you still think I can accomplish this with your guidance, I'd be happy to help!