nrk / redis-lua

A Lua client library for the redis key value storage system.
MIT License
733 stars 239 forks source link

no close method for connection to redis #55

Closed zlsgithub closed 6 years ago

zlsgithub commented 6 years ago

There is no close method or similar function for connection to redis. Does it cause any problems? Thanks!

nrk commented 6 years ago

Use quit, which is also a Redis command.