Sebastian Dehne

Results 3 issues of Sebastian Dehne

As suggested in https://github.com/redis/jedis/issues/2961

I really appreciate the good work which has good into this excellent library, but does Jedis really need GSON for JSON-support? For example there is a security issue with GSON...

dependencies
breakingchange

### Pipelined transaction A typical transaction looks like: ``` WATCH foo GET foo MULTI SET foo bar EXEC ``` (five round trips if executed separately) But it would be more...