summaryrefslogtreecommitdiff
path: root/src/slowlog.c
Commit message (Expand)AuthorAgeFilesLines
* minor optimization for slowlog get (#12103)judeng2023-04-251-7/+8
* slowlog get command supports passing in -1 to get all logs. (#9018)Binbin2021-06-141-5/+14
* HELP subcommand, continued (#5531)Itamar Haber2021-01-041-5/+9
* Squash merging 125 typo/grammar/comment/doc PRs (#7773)Oran Agra2020-09-101-1/+1
* RESP3: Use new aggregate reply API in slowlog.c.antirez2019-01-091-4/+4
* addReplySubSyntaxError() renamed to addReplySubcommandSyntaxError().antirez2018-07-021-1/+1
* Capitalizes subcommands & orders lexicographicallyItamar Haber2018-06-091-3/+3
* Globally applies addReplySubSyntaxErrorItamar Haber2018-06-071-1/+1
* Change indentation and other minor details of PR #4489.antirez2017-12-061-8/+7
* Improve slowlog helpItamar Haber2017-12-031-1/+2
* Check arity in SLOWLOG before accessing argItamar Haber2017-11-301-1/+1
* Standardizes the 'help' subcommandItamar Haber2017-11-281-3/+12
* 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