ASCII sparklines generation API.

This commit is contained in:
antirez
2014-07-02 10:13:53 +02:00
parent e817f6c013
commit b71a980687
4 changed files with 230 additions and 1 deletions

View File

@ -64,6 +64,7 @@ typedef long long mstime_t; /* millisecond time type. */
#include "version.h" /* Version macro */
#include "util.h" /* Misc functions useful in many places */
#include "latency.h" /* Latency monitor API */
#include "sparkline.h" /* ASII graphs API */
/* Error codes */
#define REDIS_OK 0