David Montgomery
unread,Jun 4, 2012, 11:37:30 AM6/4/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to redi...@googlegroups.com
Hi,
I am trying to get the basics of lua scripting.
I understand this example. eval "return redis.call('set',KEYS[1],'bar')" 1 foo
How would I also add in addition to the set command a hgetall foohash
as well? Is that possible?
I.e. doing a set and a hgetall in the same call.
Thanks