summaryrefslogtreecommitdiff
path: root/src/slowlog.c
Commit message (Expand)AuthorAgeFilesLines
* Clarify comment in change fixing #4323.antirez2017-09-211-2/+6
* Lazyfree: avoid memory leak when free slowlog entryzhaozhao.zz2017-09-211-2/+5
* SLOWLOG: log offending client address and name.antirez2017-06-151-4/+11
* RDMF: REDIS_OK REDIS_ERR -> C_OK C_ERR.antirez2015-07-261-1/+1
* RDMF: OBJ_ macros for object related stuff.antirez2015-07-261-3/+3
* RDMF: use client instead of redisClient, like Disque.antirez2015-07-261-1/+1
* RDMF (Redis/Disque merge friendlyness) refactoring WIP 1.antirez2015-07-261-1/+1
* Introduction of a new string encoding: EMBSTRantirez2013-07-221-1/+1
* BSD license added to every C source and header file.antirez2012-11-081-4/+35
* Limit memory used by big SLOWLOG entries.antirez2012-04-211-6/+29
* Added an unique ID field to every slow log entry.antirez2011-06-301-1/+4
* More redis.conf self-documentation. Now even queries that took exactly server...antirez2011-06-301-1/+1
* slow log configuration implementedantirez2011-06-301-0/+1
* First implementation of the slow log featureantirez2011-06-301-0/+111