Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: supported 'ptype' command #1586

Merged
merged 30 commits into from
Jul 2, 2023
Merged

Commits on Jun 4, 2023

  1. Configuration menu
    Copy the full SHA
    c67ac2f View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2023

  1. Configuration menu
    Copy the full SHA
    9ec9485 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2023

  1. Remove the capacity judgment

    lqxhub committed Jun 11, 2023
    Configuration menu
    Copy the full SHA
    99a97b2 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2023

  1. fix slavaof serialize response bug (OpenAtomFoundation#1583)

    Co-authored-by: liuyuecai <liuyuecai@360.cn>
    2 people authored and lqxhub committed Jun 18, 2023
    Configuration menu
    Copy the full SHA
    ed7cca2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e691134 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e0bdee6 View commit details
    Browse the repository at this point in the history
  4. Fix memory leaks in HandleBGWorkerWriteDB and HandleMetaSyncResponse (O…

    …penAtomFoundation#1590)
    
    * fix memory leaks in PikaReplBgWorker::HandleBGWorkerWriteDB(void* arg) and PikaReplClientConn::HandleMetaSyncResponse(void* arg).
    
    * add address/thread sanitizer to CMakeLists
    
    ---------
    
    Co-authored-by: cjh <1271435567@qq.com>
    2 people authored and lqxhub committed Jun 18, 2023
    Configuration menu
    Copy the full SHA
    a16858a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    424fb93 View commit details
    Browse the repository at this point in the history
  6. fix bug issue 1554: using unique_ptr.reset to fix the SIGABRT error (O…

    …penAtomFoundation#1595)
    
    using unique_ptr.reset to fix the SIGABRT error && using time-wait lock to notify quickly
    AlexStocks authored and lqxhub committed Jun 18, 2023
    Configuration menu
    Copy the full SHA
    9db60db View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2b7032f View commit details
    Browse the repository at this point in the history
  8. fix issue#1597: add rocksdb dependency to pstd (OpenAtomFoundation#1599)

    * fix g++15 compile failure
    
    * add rocksdb dependency to pstd
    
    ---------
    
    Co-authored-by: J1senn <J1senn@outlook.com>
    2 people authored and lqxhub committed Jun 18, 2023
    Configuration menu
    Copy the full SHA
    3f577ff View commit details
    Browse the repository at this point in the history
  9. fix_info_command

    chejinge authored and lqxhub committed Jun 18, 2023
    Configuration menu
    Copy the full SHA
    b7ecdd0 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    34c5de2 View commit details
    Browse the repository at this point in the history
  11. ci: add unit test to github action (OpenAtomFoundation#1604)

    * ci: add unit test in github workflow
    machinly authored and lqxhub committed Jun 18, 2023
    Configuration menu
    Copy the full SHA
    336c931 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    376c70f View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    ef016fb View commit details
    Browse the repository at this point in the history
  14. fix: the unit test of type/set (OpenAtomFoundation#1617)

    * test: optimize the return results of srandmember to avoid approximate results
    
    * fix: use last_seed for random engine
    machinly authored and lqxhub committed Jun 18, 2023
    Configuration menu
    Copy the full SHA
    8f86adc View commit details
    Browse the repository at this point in the history
  15. [fix issue1621] fix deadlock (OpenAtomFoundation#1620)

    * [fix] fix deadlock
    
    * [fix] fix
    iiiuwioajdks authored and lqxhub committed Jun 18, 2023
    Configuration menu
    Copy the full SHA
    d3a01d8 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    87c0432 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    4f5314e View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2023

  1. Configuration menu
    Copy the full SHA
    23ff105 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2023

  1. Configuration menu
    Copy the full SHA
    0888591 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2023

  1. Update issue templates

    AlexStocks authored and lqxhub committed Jul 2, 2023
    Configuration menu
    Copy the full SHA
    7bf5afb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    016d6fe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b14c3fd View commit details
    Browse the repository at this point in the history
  4. fix issue#1597: add rocksdb dependency to pstd (OpenAtomFoundation#1599)

    * fix g++15 compile failure
    
    * add rocksdb dependency to pstd
    
    ---------
    
    Co-authored-by: J1senn <J1senn@outlook.com>
    2 people authored and lqxhub committed Jul 2, 2023
    Configuration menu
    Copy the full SHA
    d110dc6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e480f24 View commit details
    Browse the repository at this point in the history
  6. fix: the unit test of type/set (OpenAtomFoundation#1617)

    * test: optimize the return results of srandmember to avoid approximate results
    
    * fix: use last_seed for random engine
    machinly authored and lqxhub committed Jul 2, 2023
    Configuration menu
    Copy the full SHA
    6072bc0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2f3db19 View commit details
    Browse the repository at this point in the history
  8. fix function repeat

    lqxhub committed Jul 2, 2023
    Configuration menu
    Copy the full SHA
    da9b876 View commit details
    Browse the repository at this point in the history