yeahoffline / redis-mock

Node.js redis client mock
212 stars 110 forks source link

eval and evalsha? #121

Closed gentlee closed 5 years ago

gentlee commented 5 years ago

Why no information about eval and evalsha? What is the sense in redis mock if it doesn't support main functionality of lua scripts?

yeahoffline commented 5 years ago

feel free to submit a pr. a "mock" is mostly used for testing environments where a full redis instance is just too much / not needed / not fitting.