tokio-rs / tokio-redis

Redis client for Tokio
Apache License 2.0
58 stars 10 forks source link

Supporting Lua scripts? #5

Closed DavidCai1111 closed 7 years ago

DavidCai1111 commented 7 years ago

Hi, is there any plan to support Lua scripts in tokio-redis?

carllerche commented 7 years ago

Hey, this repo is really just a proof of concept to demonstrate tokio and not really meant to be a production ready redis lib. I'm hoping that someone takes on the task of implementing a real tokio / redis lib (maybe you?)