write_redis: avoid passing a float/double to redisCommand()
authorMarc Fournier <marc.fournier@camptocamp.com>
Fri, 14 Nov 2014 21:04:16 +0000 (22:04 +0100)
committerMarc Fournier <marc.fournier@camptocamp.com>
Fri, 14 Nov 2014 21:04:16 +0000 (22:04 +0100)
commit28f4914d1727c7a5a0dbace945c3b1fadbb0bc91
tree3b7283cc12a08923575325cfb1858cc7a008432f
parent7a02bef3ed2adcdd6c7f8cf07eaad2aaa84bee2c
write_redis: avoid passing a float/double to redisCommand()

... as it seems to not be well supported by hiredis 0.10.1 on Debian
7.0, leading to a segfault. Storing the string representation in a
variable instead is the compromise I found to make the plugin work on
this system.
src/write_redis.c