- Decoding data with `encoding` parameter now takes into account
list (array) replies
(see 68)
- `encoding` parameter added to following commands:
- generic commands: keys, randomkey
- hash commands: hgetall, hkeys, hmget, hvals
- list commands: blpop, brpop, brpoplpush, lindex, lpop, lrange, rpop, rpoplpush
- set commands: smembers, spop, srandmember
- string commands: getrange, getset, mget
- Backward incompatibility:
`ltrim` command now returns bool value instead of 'OK'
- Tests updated