ServiceStack Redis, how to return Lua table as List
问题 I'm using the Redis client from ServiceStack. I have a Lua script that fills up a Lua table with results from several Redis calls. I want to return this table in some way. My thought was to use the method ExecLuaShaAsList from the client lib and in the lua script just do a "return myTable". It doesnt work, I always get an empty list back. How to return the lua table to the redis client? This the C# script I use with the Redis client: using (var redisClient = GetPooledRedisClient()) { var sha1