GitHub / joomcode/redis / commits
| SHA | Message | Author | Date | Stats |
|---|---|---|---|---|
| 39c70e72 | merge Merge pull request #5146 from 0xtonyxia/fix-xclaim-id-parse |
Salvatore Sanfilippo <a****z@g****m>
Committed by: GitHub <n****y@g****m> |
about 8 years ago | |
| 7b5e7f3e | merge Merge pull request #5151 from shenlongxing/fix-stream |
Salvatore Sanfilippo <a****z@g****m>
Committed by: GitHub <n****y@g****m> |
about 8 years ago | |
| fe56c674 | Fix stream command paras | shenlongxing <s****2@g****m> | about 8 years ago | |
| 0ce8323c | Fix AOF comment to report the current behavior. | antirez <a****z@g****m> | about 8 years ago | |
| 3d56311f | Test suite: add --loop option. | antirez <a****z@g****m> | about 8 years ago | |
| 26897c03 | Test suite: new --stop option. | antirez <a****z@g****m> | about 8 years ago | |
| d506334b | Test: new sorted set skiplist order consistency. | antirez <a****z@g****m> | about 8 years ago | |
| 2f282aee | Fix zslUpdateScore() edge case. | antirez <a****z@g****m> | about 8 years ago | |
| 29226a39 | More commenting of zslUpdateScore(). | antirez <a****z@g****m> | about 8 years ago | |
| 12ff0c0d | Explain what's the point of zslUpdateScore() in top comment. | antirez <a****z@g****m> | about 8 years ago | |
| e3e94ec3 | Remove old commented zslUpdateScore() from source. | antirez <a****z@g****m> | about 8 years ago | |
| 0b800c43 | Optimize zslUpdateScore() as asked in #5179. | antirez <a****z@g****m> | about 8 years ago | |
| 6dd0d6f7 | zsetAdd() refactored adding zslUpdateScore(). | antirez <a****z@g****m> | about 8 years ago | |
| 2f2987ff | Streams IDs parsing refactoring. | antirez <a****z@g****m> | about 8 years ago | |
| 187fa786 | merge Merge pull request #5184 from 0xtonyxia/streams-id-opt |
Salvatore Sanfilippo <a****z@g****m>
Committed by: GitHub <n****y@g****m> |
about 8 years ago | |
| 7a30be12 | Minor improvements to PR #5187. | antirez <a****z@g****m> | about 8 years ago | |
| 7b41701e | merge Merge pull request #5187 from oranagra/testsuite_improvements |
Salvatore Sanfilippo <a****z@g****m>
Committed by: GitHub <n****y@g****m> |
about 8 years ago | |
| e245ed9a | Cluster cron announce IP minor refactoring. | antirez <a****z@g****m> | about 8 years ago | |
| 093adb7e | merge Merge pull request #5191 from shenlongxing/fix-memory-leak |
Salvatore Sanfilippo <a****z@g****m>
Committed by: GitHub <n****y@g****m> |
about 8 years ago | |
| b0392e75 | Tranfer -> transfer typo fixed. | antirez <a****z@g****m> | about 8 years ago | |
| 92b39a0a | merge Merge pull request #5189 from soloestoy/refactor-dbOverwrite |
Salvatore Sanfilippo <a****z@g****m>
Committed by: GitHub <n****y@g****m> |
about 8 years ago | |
| db693be0 | Refactoring: replace low-level checks with writeCommandsDeniedByDiskError(). | antirez <a****z@g****m> | about 8 years ago | |
| 11dd3f4b | Fix writeCommandsDeniedByDiskError() inverted return value. | antirez <a****z@g****m> | about 8 years ago | |
| 0e49938b | Better top comment for writeCommandsDeniedByDiskError(). | antirez <a****z@g****m> | about 8 years ago | |
| 5401fe7f | Introduce writeCommandsDeniedByDiskError(). | antirez <a****z@g****m> | about 8 years ago | |
| 35ca6700 | Fix cluster-announce-ip memory leak | shenlongxing <s****2@g****m> | about 8 years ago | |
| fddeeae7 | refactor dbOverwrite to make lazyfree work | zhaozhao.zz <z****z@a****m> | about 8 years ago | |
| ac3c012a | merge Merge pull request #5153 from trevor211/fixLuaScript |
Salvatore Sanfilippo <a****z@g****m>
Committed by: GitHub <n****y@g****m> |
about 8 years ago | |
| 4ebb4d54 | Merge pull request #5168 from rpv-tomsk/issue-5033 |
Salvatore Sanfilippo <a****z@g****m>
Committed by: antirez <a****z@g****m> |
about 8 years ago | |
| 1465755e | merge Merge pull request #5183 from gkorland/patch-1 |
Salvatore Sanfilippo <a****z@g****m>
Committed by: GitHub <n****y@g****m> |
about 8 years ago | |
| 3c19ae94 | Add year in log. | antirez <a****z@g****m> | about 8 years ago | |
| 78292876 | test suite conveniency improvements | Oran Agra <o****n@r****m> | about 8 years ago | |
| 6491717c | Streams: rearrange the usage of '-' and '+' IDs in stream commands. | dejun.xdj <d****j@a****m> | about 8 years ago | |
| d6f5ec6f | Streams: add mmid_supp argument in streamParseIDOrReply(). | dejun.xdj <d****j@a****m> | about 8 years ago | |
| acaa18f1 | Few typo fixes |
Guy Korland <g****d@g****m>
Committed by: GitHub <n****y@g****m> |
about 8 years ago | |
| 15be174c | Document dynamic-hz in the example redis.conf. | antirez <a****z@g****m> | about 8 years ago | |
| be28050a | Make dynamic hz actually configurable. | antirez <a****z@g****m> | about 8 years ago | |
| c426d85c | Control dynamic HZ via server configuration. | antirez <a****z@g****m> | about 8 years ago | |
| 4e9c30a6 | merge Merge branch 'dynamic-hz' into unstable | antirez <a****z@g****m> | about 8 years ago | |
| 4a30adde | add DEBUG LOG, to to assist test suite debugging | Oran Agra <o****n@r****m> | about 8 years ago | |
| 1e394b73 | INFO CPU: higher precision of reported values |
Pavel Rochnyack <p****0@n****u>
Committed by: antirez <a****z@g****m> |
about 8 years ago | |
| fd174cca | Remove useless conditional from emptyDb(). | antirez <a****z@g****m> | about 8 years ago | |
| 1c2352f0 | Make emptyDb() change introduced in #4852 simpler to read. | antirez <a****z@g****m> | about 8 years ago | |
| fe408ad2 | merge Merge pull request #4852 from soloestoy/optimize-flushall |
Salvatore Sanfilippo <a****z@g****m>
Committed by: GitHub <n****y@g****m> |
about 8 years ago | |
| dd071ff6 | optimize flushdb, avoid useless loops | zhaozhao.zz <z****z@a****m> | about 8 years ago | |
| 73cbc33a | merge Merge pull request #5133 from soloestoy/fix-xdel-memory-leak |
Salvatore Sanfilippo <a****z@g****m>
Committed by: GitHub <n****y@g****m> |
about 8 years ago | |
| eb0e5fe4 | Streams: fix xdel memory leak | zhaozhao.zz <z****z@a****m> | about 8 years ago | |
| 0bdeb861 | Example the magic +1 in migrateCommand(). | antirez <a****z@g****m> | about 8 years ago | |
| 53d46fa7 | Make changes of PR #5154 hopefully simpler. | antirez <a****z@g****m> | about 8 years ago | |
| e52a036a | merge Merge pull request #5154 from trevor211/optimizeMigrate |
Salvatore Sanfilippo <a****z@g****m>
Committed by: GitHub <n****y@g****m> |
about 8 years ago | |
| 8513f31b | Streams: refactoring of next entry seek in the iterator. | antirez <a****z@g****m> | about 8 years ago | |
| 41a88660 | merge Merge pull request #5161 from soloestoy/optimize-stream-iterator |
Salvatore Sanfilippo <a****z@g****m>
Committed by: GitHub <n****y@g****m> |
about 8 years ago | |
| dfc82fca | merge Merge pull request #5163 from oranagra/fix_slave_buffer_test |
Salvatore Sanfilippo <a****z@g****m>
Committed by: GitHub <n****y@g****m> |
about 8 years ago | |
| f4ac796c | string2ll(): better commenting. | antirez <a****z@g****m> | about 8 years ago | |
| b9a8e564 | merge Merge branch 'removeRedundantCheck' of https://github.com/dsomeshwar/redis in... | antirez <a****z@g****m> | about 8 years ago | |
| b28cbe90 | Restore string2ll() to original version. | antirez <a****z@g****m> | about 8 years ago | |
| 1a8d7cd9 | merge Merge branch 'unstable' of github.com:/antirez/redis into unstable | antirez <a****z@g****m> | about 8 years ago | |
| e8f5d219 | string2ll(): remove duplicated check for special case. | antirez <a****z@g****m> | about 8 years ago | |
| 1daee8c7 | string2ll(): test for NULL pointer in all the cases. | antirez <a****z@g****m> | about 8 years ago | |
| ab1d5fe1 | merge Merge pull request #5160 from oranagra/fix_zmalloc_usable |
Salvatore Sanfilippo <a****z@g****m>
Committed by: GitHub <n****y@g****m> |
about 8 years ago | |
| 9a375e54 | Change 42 to 1000 as warning level for cached scripts. | antirez <a****z@g****m> | about 8 years ago | |
| 445a2a2b | merge Merge pull request #4883 from itamarhaber/lua_scripts-in-info-memory |
Salvatore Sanfilippo <a****z@g****m>
Committed by: GitHub <n****y@g****m> |
about 8 years ago | |
| b65ddfb1 | Dynamic HZ: adapt cron frequency to number of clients. | antirez <a****z@g****m> | about 8 years ago | |
| e6ea603a | Dynamic HZ: separate hz from the configured hz. | antirez <a****z@g****m> | about 8 years ago | |
| 993716c3 | Adds Lua overheads to MEMORY STATS, smartens the MEMORY DOCTOR | Itamar Haber <i****r@r****m> | about 8 years ago | |
| 9674ede8 | Streams: skip master fileds only when we are going forward in streamIteratorG... | zhaozhao.zz <z****z@a****m> | about 8 years ago | |
| 780815dd | fix recursion typo in zmalloc_usable | Oran Agra <o****n@r****m> | about 8 years ago | |
| bb5b8b3a | removing redundant check | dsomeshwar <s****n@g****m> | about 8 years ago | |
| 4017a111 | Do not migrate already expired keys. | WuYunlong <x****b@1****m> | about 8 years ago | |
| dd760bd5 | Consider aof write error as well as rdb in lua script. | WuYunlong <x****b@1****m> | about 8 years ago | |
| 4ff47a0b | Top comment clientsCron(). | antirez <a****z@g****m> | about 8 years ago | |
| aba68552 | Clarify that clientsCronTrackExpansiveClients() indexes may jump ahead. | antirez <a****z@g****m> | about 8 years ago | |
| be88c0b1 | Rename INFO CLIENT max buffers field names for correctness. | antirez <a****z@g****m> | about 8 years ago | |
| 0cf3794e | Fix wrong array index variable in getExpansiveClientsInfo(). | antirez <a****z@g****m> | about 8 years ago | |
| ea3a20c5 | Change INFO CLIENTS sections to report pre-computed max/min client buffers. | antirez <a****z@g****m> | about 8 years ago | |
| de5ca516 | Streams: ID of xclaim command starts from the sixth argument. | dejun.xdj <d****j@a****m> | about 8 years ago | |
| 8f7e496b | Rename var in clientsCronTrackExpansiveClients() for clarity. | antirez <a****z@g****m> | about 8 years ago | |
| 8d617596 | Implement a function to retrieve the expansive clients mem usage. | antirez <a****z@g****m> | about 8 years ago | |
| 85a1b4f8 | clientsCronTrackExpansiveClients() actual implementation. | antirez <a****z@g****m> | about 8 years ago | |
| d4c5fc57 | clientsCronTrackExpansiveClients() skeleton and ideas. | antirez <a****z@g****m> | about 8 years ago | |
| 1c95c075 | Make vars used only by INFO CLIENTS local to the block. | antirez <a****z@g****m> | about 8 years ago | |
| 16b8d364 | merge Merge pull request #4727 from kingpeterpaule/redis-fix-info-cli |
Salvatore Sanfilippo <a****z@g****m>
Committed by: GitHub <n****y@g****m> |
about 8 years ago | |
| 0aca977c | merge Merge branch 'unstable' of github.com:/antirez/redis into unstable | antirez <a****z@g****m> | about 8 years ago | |
| 313b2240 | In addReplyErrorLength() only panic when replying to slave. | antirez <a****z@g****m> | about 8 years ago | |
| 6183f059 | Refine comment in addReplyErrorLength() about replying to masters/slaves. | antirez <a****z@g****m> | about 8 years ago | |
| 22e9321c | merge Merge pull request #5138 from oranagra/improve_defrag_test |
Salvatore Sanfilippo <a****z@g****m>
Committed by: GitHub <n****y@g****m> |
about 8 years ago | |
| f89c93c8 | make active defrag test more stable | Oran Agra <o****n@r****m> | about 8 years ago | |
| 8213f64d | merge Merge pull request #5122 from trevor211/allowWritesWhenAofDisabled |
Salvatore Sanfilippo <a****z@g****m>
Committed by: GitHub <n****y@g****m> |
about 8 years ago | |
| 46fd9278 | merge Merge pull request #4237 from aspirewit/update-comment |
Salvatore Sanfilippo <a****z@g****m>
Committed by: GitHub <n****y@g****m> |
about 8 years ago | |
| 6201f7b4 | Streams: better error when $ is given with XREADGROUP. | antirez <a****z@g****m> | about 8 years ago | |
| 4bff45c7 | merge Merge pull request #5136 from 0xtonyxia/fix-xread-id-parse |
Salvatore Sanfilippo <a****z@g****m>
Committed by: GitHub <n****y@g****m> |
about 8 years ago | |
| afc7e08a | Panic when we are sending an error to our master/slave. | antirez <a****z@g****m> | about 8 years ago | |
| e03358c0 | merge Merge pull request #5135 from oranagra/rare_repl_corruption |
Salvatore Sanfilippo <a****z@g****m>
Committed by: GitHub <n****y@g****m> |
about 8 years ago | |
| 846cf12a | Streams: remove meaningless if condition. | dejun.xdj <d****j@a****m> | about 8 years ago | |
| 6501b6bb | Streams: return an error message if using xreadgroup with '$' ID. | dejun.xdj <d****j@a****m> | about 8 years ago | |
| cefe21d2 | dict.c: remove a few trailing spaces. | antirez <a****z@g****m> | about 8 years ago | |
| 4fc20992 | merge Merge pull request #5128 from kingpeterpaule/remove-one-loop-in-freeMemoryIfN... |
Salvatore Sanfilippo <a****z@g****m>
Committed by: GitHub <n****y@g****m> |
about 8 years ago | |
| 9fbd49bb | merge Merge pull request #5113 from 0xtonyxia/using-compare-func-instead |
Salvatore Sanfilippo <a****z@g****m>
Committed by: GitHub <n****y@g****m> |
about 8 years ago | |
| cab39676 | merge Merge pull request #5127 from oranagra/sds_req_type |
Salvatore Sanfilippo <a****z@g****m>
Committed by: GitHub <n****y@g****m> |
about 8 years ago | |
| f9c84d6d | Hopefully improve commenting of #5126. | antirez <a****z@g****m> | about 8 years ago |