summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Improve README of better-random-member directory.better-random-memberantirez2019-02-191-2/+14
* Add showfreq.rb to SRANDMEMBER analysis tools.antirez2019-02-181-0/+23
* Limit sampling size in dictGetFairRandomKey().antirez2019-02-181-1/+1
* Better distribution for set get-random-element operations.antirez2019-02-183-1/+26
* showdist.rb utility for SRANDMEMBER analysis added.antirez2019-02-182-0/+35
* redis-benchmark: default precision=1, integer ms after 2 milliseconds.antirez2019-02-141-3/+14
* Merge pull request #5840 from madolson/dev-unstable-benchmark-latencySalvatore Sanfilippo2019-02-141-3/+24
|\
| * Rename variableMadelyn Olson2019-02-131-2/+3
| * Updated redis benchmark with us precision supportMadelyn Olson2019-02-131-3/+23
* | Merge pull request #5836 from soloestoy/fix-acl-warningSalvatore Sanfilippo2019-02-133-3/+18
|\ \
| * | ACL: show categories in COMMAND replyzhaozhao.zz2019-02-143-2/+17
| * | ACL: fix cat type format warningzhaozhao.zz2019-02-131-1/+1
* | | ACL: tag LASTSAVE as dangerous.antirez2019-02-131-1/+1
|/ /
* | ACL: Document masteruser option in redis.conf.antirez2019-02-121-0/+11
* | ACL: fix setting of FAST flag.antirez2019-02-121-3/+3
* | ACL: CAT subcommand implemented.antirez2019-02-121-0/+26
* | Merge pull request #5833 from soloestoy/masteruserSalvatore Sanfilippo2019-02-123-1/+16
|\ \
| * | ACL: add masteruser configuration for replicationzhaozhao.zz2019-02-123-1/+16
* | | ACL: when client->user is NULL the client is a superuser.antirez2019-02-121-1/+1
* | | Merge branch 'unstable' of github.com:/antirez/redis into unstableantirez2019-02-122-4/+5
|\ \ \
| * \ \ Merge pull request #5832 from soloestoy/show-client-userSalvatore Sanfilippo2019-02-121-2/+3
| |\ \ \ | | |/ / | |/| |
| | * | ACL: show client's userzhaozhao.zz2019-02-121-2/+3
| |/ /
| * | Merge pull request #5831 from lamby/x32-warningsSalvatore Sanfilippo2019-02-111-2/+2
| |\ \
| | * | Don't assume the __x86_64__ pointer size to avoid warnings on x32.Chris Lamb2019-02-111-2/+2
| |/ /
* | | ACL: return error when removing a non existing password.antirez2019-02-111-1/+10
* | | ACL: refactor+fix AUTH check in processCommand().antirez2019-02-111-8/+11
|/ /
* | ACL: ACLFreeUserAndKillClients(): free user later.antirez2019-02-111-1/+1
* | ACL: kill the old users clients after load aclfilezhaozhao.zz2019-02-111-22/+26
* | ACL: add command fingerprint for CAT subcommand.antirez2019-02-081-1/+5
* | ACL: add arity check in ACL command where missing.antirez2019-02-081-2/+2
* | ACL: ignore modules commands when adding categories.antirez2019-02-081-0/+1
* | ACL: some documentation inside redis.conf.antirez2019-02-081-0/+88
* | ACL: load ACL file at startup. Prevent silly configurations.antirez2019-02-073-5/+35
* | ACL: ACLLoadFromFile(): several errors fixed to make it work.antirez2019-02-071-9/+13
* | ACL: ACLLoadFromFile(), restore DefaultUser global.antirez2019-02-071-0/+2
* | ACL: fix fgets wrong buffer size.antirez2019-02-071-1/+1
* | ACL: add assertion and fix comment typo.antirez2019-02-071-1/+2
* | ACL: fix a few ACLLoadFromFile() errors and finish ACLFreeUsersSet().antirez2019-02-071-2/+3
* | ACL: WIP: preserve the old config on loading errors.antirez2019-02-071-2/+66
* | ACL: implement LOAD subcommand plus some minor rafactoring.antirez2019-02-071-5/+24
* | ACL: fix and complete ACLLoadFromFile() loading step.antirez2019-02-071-4/+23
* | ACL: now ACLLoadFromFile() validates against fake user.antirez2019-02-061-5/+34
* | ACL: refactoring creation of unlinked users.antirez2019-02-061-5/+18
* | ACL: initial design for ACLLoadFromFile() function.antirez2019-02-061-0/+79
* | ACL: redis.conf: mark old ACL-alike stuff as deprecated.antirez2019-02-051-9/+28
* | ACL: ability to configure an external ACL file.antirez2019-02-051-0/+5
* | ACL: change behavior of redefined user. Last line counts.antirez2019-02-051-5/+5
* | ACL: implement rewriting of users in redis.conf.antirez2019-02-053-0/+39
* | ACL: fix user/rule inverted error message.antirez2019-02-041-1/+1
* | ACL: load the defined users at server startup.antirez2019-02-041-0/+5