nrk / redis-lua

A Lua client library for the redis key value storage system.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

no close method for connection to redis

zlsgithub opened this issue · comments

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

Use quit, which is also a Redis command.