summaryrefslogtreecommitdiff
path: root/src/server.h
Commit message (Expand)AuthorAgeFilesLines
...
* | Threaded IO: stop threads when no longer needed + C11 in Makefile.Ubuntu2019-05-061-0/+1
* | Threaded IO: implement handleClientsWithPendingWritesUsingThreads().antirez2019-05-061-0/+4
|/
* slave corrupts replication stream when module blocked client uses large reply...Oran Agra2019-03-241-0/+1
* Merge pull request #5944 from yossigo/command-filteringSalvatore Sanfilippo2019-03-221-1/+1
|\
| * Initial command filter experiment.Yossi Gottlieb2019-03-181-1/+1
* | Merge pull request #5945 from dvirsky/miss_notificationSalvatore Sanfilippo2019-03-221-1/+2
|\ \
| * | remove extra linebreakDvir Volk2019-03-211-1/+0
| * | added special flag for keyspace miss notificationsDvir Volk2019-03-211-1/+3
| |/
* | Add RedisModule_GetKeyNameFromIO().Yossi Gottlieb2019-03-151-1/+3
|/
* Merge pull request #5834 from guybe7/trim_module_sdsSalvatore Sanfilippo2019-03-141-0/+1
|\
| * Trim SDS free space of retained module stringsGuy Benoish2019-02-121-0/+1
* | Merge branch 'sharedapi' into unstableantirez2019-03-141-1/+3
|\ \
| * | Modules shared API: initial core functions.antirez2018-12-201-1/+3
| * | Revert shared APIs to modify the design.antirez2018-12-201-1/+0
| * | added module ability to register api to be used by other modulesMeirShpilraien2018-12-201-0/+1
* | | server.h: remove dead codeYuan Zhou2019-03-071-1/+0
* | | Merge pull request #5877 from vattezhang/unstable_sentinel_cmdSalvatore Sanfilippo2019-02-271-0/+1
|\ \ \
| * | | fix: fix sentinel command table and new flags formatvattezhang2019-02-271-0/+1
* | | | Merge branch 'gopher' into unstableantirez2019-02-251-0/+4
|\ \ \ \
| * | | | Gopher: initial request handling.antirez2019-02-211-0/+1
| * | | | Gopher: config setting to turn support on/off.antirez2019-02-211-0/+3
| |/ / /
* | | | RESP3: allow HELLO to be used with version = 2.antirez2019-02-251-0/+1
|/ / /
* | | ACL: show categories in COMMAND replyzhaozhao.zz2019-02-141-0/+1
| |/ |/|
* | ACL: add masteruser configuration for replicationzhaozhao.zz2019-02-121-0/+1
* | ACL: load ACL file at startup. Prevent silly configurations.antirez2019-02-071-0/+1
* | ACL: implement rewriting of users in redis.conf.antirez2019-02-051-0/+5
* | ACL: implement ACLLoadConfiguredUsers().antirez2019-02-041-0/+1
* | ACL: better error reporting in users configuration errors.antirez2019-02-041-0/+1
* | ACL: make ACLAppendUserForLoading() able to report bad argument.antirez2019-02-041-1/+1
* | ACL: initial appending of users in user loading list.antirez2019-02-041-0/+1
* | ACL: flags refactoring, function to describe user.antirez2019-01-311-3/+4
* | ACL: populate category flags from command table.antirez2019-01-231-0/+1
* | ACL: define category names and flags.antirez2019-01-231-18/+41
* | ACL: better define name, and the idea of reserved ID.antirez2019-01-231-4/+6
* | ACL: update comments in command flags.antirez2019-01-221-13/+15
* | Refactoring: always kill AOF/RDB child via helper functions.antirez2019-01-211-0/+2
* | ACL: remove server.requirepass + some refactoring.antirez2019-01-181-2/+2
* | ACL: reimplement requirepass option in term of ACLs.antirez2019-01-171-0/+1
* | ACL: fix and improve ACL key checking.antirez2019-01-161-0/+4
* | ACL: AUTH uses users. ACL WHOAMI implemented.antirez2019-01-151-0/+1
* | ACL: nopass user setting.antirez2019-01-151-0/+6
* | ACL: initial implementation of the ACL command.antirez2019-01-151-0/+1
* | ACL: ACLCheckCommandPerm() implementation WIP.antirez2019-01-141-1/+2
* | ACL: Fix compilation by adding prototype and c->cmd fix.antirez2019-01-141-0/+1
* | ACL: ACLLCOMMAND flags.antirez2019-01-141-1/+4
* | ACL: avoid a radix tree lookup for the default user.antirez2019-01-111-0/+1
* | ACL: implement ACLCreateUser().antirez2019-01-101-1/+4
* | ACL: initialization function.antirez2019-01-101-0/+1
* | ACL: add a reference to the user in each client.antirez2019-01-101-27/+29
* | ACL: improved version of the user structure.antirez2019-01-101-0/+19