Add expiration option to RedisSet function
This update modifies the RedisSet function in the server/lualib/rediscli file to include an optional expiration argument. If a third argument is provided when the function is called, it will be used as the key's expiration time in seconds.
Signed-off-by: Christian Roessner c@roessner.co