Lua Script in Redis using node_redis
Redis allows us to upload and execute Lua scripts on the server. As these scripts are executed on the server, it makes the reading and writing data very efficient. Lua scripts behave like stored procedures for Redis. where it let us run our applicati...
itsvinayak.hashnode.dev7 min read
mart q
.eval(script,{ keys: ['key1','key2'], arguments: ['bitch'] });
hey Author, you got the key word wrong. it's written in document: arguments not args