Skip to content

Commit 021fa9e

Browse files
committed
don't export Redis by default
fix #68
1 parent 880dda9 commit 021fa9e

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/redis.lua

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,6 @@ local redis = {
44
_COPYRIGHT = 'Copyright (C) 2009-2012 Daniele Alessandri',
55
}
66

7-
-- The following line is used for backwards compatibility in order to keep the `Redis`
8-
-- global module name. Using `Redis` is now deprecated so you should explicitly assign
9-
-- the module to a local variable when requiring it: `local redis = require('redis')`.
10-
Redis = redis
11-
127
local unpack = _G.unpack or table.unpack
138
local network, request, response = {}, {}, {}
149

0 commit comments

Comments
 (0)