Updates for 2.0.1 on the way.
This commit is contained in:
parent
09ad4b299c
commit
93806208c7
6 changed files with 26 additions and 62 deletions
|
@ -1,3 +1,5 @@
|
|||
local dict = require"socket.dict"
|
||||
|
||||
print(dict.get("dict://localhost/d:teste"))
|
||||
|
||||
for i,v in pairs(dict.get("dict://localhost/d:teste")) do print(v) end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue