127.0.0.1:6379> set test 123 OK 127.0.0.1:6379> append test abcdf (integer) 8 127.0.0.1:6379> get test "123abcdf"