We now support EX/PX and NX/XX arguments along with the SET command for both xetorthio/jedis and mp911de/lettuce. Jedis 2.8 does not support all combinations of EX/PX and NX/XX. To work around those limitations we delegate to the according set methods to execute related commands or fail fast if there is no way for delegation. Original pull request: #170.