Parth

Results 3 issues of Parth

This commit does not remove redis.call/pcall just yet. It also does not rename Redis in error messages such as "Please specify at least one argument for this redis lib call"....

trademark-review

* Fixed a bug where 'server *' invocation from lua debugger was not working. Manually tested it as follows - ``` Before lua debugger> redis ping ping "+PONG" lua debugger>...

Hi, I have following test([1]) to benchmark the hash function. I am comparing SipHasher, twox_hash and xxh3_64 (from this git repo). I always get sub-par performance from xxh3_64 from this...