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

[3.0] 新的 Redis 组件 #679

Draft
wants to merge 99 commits into
base: 3.0
Choose a base branch
from
Draft

[3.0] 新的 Redis 组件 #679

wants to merge 99 commits into from

Commits on Apr 4, 2024

  1. Configuration menu
    Copy the full SHA
    1c3ef9a View commit details
    Browse the repository at this point in the history
  2. Update: 更新测试适配

    NHZEX committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    dadee4b View commit details
    Browse the repository at this point in the history
  3. Update: 修复样式

    NHZEX committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    231d105 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    08159b4 View commit details
    Browse the repository at this point in the history
  5. Update: 屏蔽部分测试

    NHZEX committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    558ee08 View commit details
    Browse the repository at this point in the history
  6. Update: 修复测试

    NHZEX committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    0ae42c3 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2024

  1. Update: 修复&改进

    NHZEX committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    b819a9f View commit details
    Browse the repository at this point in the history
  2. Update: 修复 reset 适配

    NHZEX committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    a2217a7 View commit details
    Browse the repository at this point in the history
  3. Update: 修复测试配置

    NHZEX committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    9186239 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6dc0945 View commit details
    Browse the repository at this point in the history
  5. Update: 修复代码样式

    NHZEX committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    2c7a3a1 View commit details
    Browse the repository at this point in the history
  6. Update: 恢复更多测试

    NHZEX committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    0fcb6d0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    99a2be5 View commit details
    Browse the repository at this point in the history
  8. Update: 修复依赖

    NHZEX committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    8800c96 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c01e889 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4bde8c6 View commit details
    Browse the repository at this point in the history
  11. Update: 修复测试

    NHZEX committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    fd22ff8 View commit details
    Browse the repository at this point in the history
  12. Update: 调整

    NHZEX committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    f8016d1 View commit details
    Browse the repository at this point in the history
  13. Update: 调整

    NHZEX committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    5b7668d View commit details
    Browse the repository at this point in the history
  14. Update: 完善 Redis 测试

    NHZEX committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    e61cf50 View commit details
    Browse the repository at this point in the history
  15. Update: 修复代码样式

    NHZEX committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    ee51d46 View commit details
    Browse the repository at this point in the history
  16. Update: 修复静态分析

    NHZEX committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    b922a35 View commit details
    Browse the repository at this point in the history
  17. Update: 优化代码

    NHZEX committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    37cc4e2 View commit details
    Browse the repository at this point in the history
  18. Update: 优化代码

    NHZEX committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    75bc666 View commit details
    Browse the repository at this point in the history
  19. Update: 修复参数适配

    NHZEX committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    80353ab View commit details
    Browse the repository at this point in the history
  20. Update: 修复代码

    NHZEX committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    bfa7191 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    ab5eebc View commit details
    Browse the repository at this point in the history
  22. Update: 修复方法命名

    NHZEX committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    085fbd0 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    7f5b7ca View commit details
    Browse the repository at this point in the history
  24. Update: 修复代码样式

    NHZEX committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    b8a1be2 View commit details
    Browse the repository at this point in the history
  25. Update: phpunit.xml

    NHZEX committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    3b5a4e4 View commit details
    Browse the repository at this point in the history
  26. Update: 修复类型声明

    NHZEX committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    ec8940b View commit details
    Browse the repository at this point in the history
  27. Update: 完善测试

    NHZEX committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    42b565e View commit details
    Browse the repository at this point in the history
  28. Update: 支持 unixsock 连接

    NHZEX committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    750a088 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    a278cd4 View commit details
    Browse the repository at this point in the history
  30. Update: 忽略本地 env

    NHZEX committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    94fd130 View commit details
    Browse the repository at this point in the history
  31. Update: 调整测试

    NHZEX committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    35abfc6 View commit details
    Browse the repository at this point in the history
  32. Update: 优化测试

    NHZEX committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    903bdd2 View commit details
    Browse the repository at this point in the history
  33. Update: 修复样式

    NHZEX committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    2a686ab View commit details
    Browse the repository at this point in the history
  34. Update: 改进

    NHZEX committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    0e2a22d View commit details
    Browse the repository at this point in the history
  35. Update: 修复测试

    NHZEX committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    525b176 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    adb1800 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    564fdb7 View commit details
    Browse the repository at this point in the history
  38. Update: 修复样式

    NHZEX committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    e5fed35 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    3f2e6bc View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    cbe148a View commit details
    Browse the repository at this point in the history
  41. Update: 完善连接器

    NHZEX committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    95351a8 View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    eb72d3a View commit details
    Browse the repository at this point in the history
  43. Update: 更新文档

    NHZEX committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    125b013 View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    a907a40 View commit details
    Browse the repository at this point in the history
  45. Update: 修正

    NHZEX committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    595d2e8 View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    b0703ae View commit details
    Browse the repository at this point in the history
  47. Update: 清理弃用

    NHZEX committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    d2bfd2a View commit details
    Browse the repository at this point in the history
  48. Update: 恢复phpstan

    NHZEX committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    76e0c8f View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    fe58e93 View commit details
    Browse the repository at this point in the history
  50. Update: Cache Handler 适配

    NHZEX committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    672bec6 View commit details
    Browse the repository at this point in the history
  51. Update: Lock Handler 适配

    NHZEX committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    53e242f View commit details
    Browse the repository at this point in the history
  52. Configuration menu
    Copy the full SHA
    7f2fc0e View commit details
    Browse the repository at this point in the history
  53. Update: 修复 RedisModel.php

    NHZEX committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    4bb5fb6 View commit details
    Browse the repository at this point in the history
  54. Update: 适配 snowflake

    NHZEX committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    97b3c20 View commit details
    Browse the repository at this point in the history
  55. Update: 恢复更多测试

    NHZEX committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    41cf19d View commit details
    Browse the repository at this point in the history
  56. Update: 修复样式

    NHZEX committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    d3e8925 View commit details
    Browse the repository at this point in the history
  57. Update: 修复测试

    NHZEX committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    e1b78ee View commit details
    Browse the repository at this point in the history
  58. Update: 修复测试

    NHZEX committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    8fc541a View commit details
    Browse the repository at this point in the history
  59. Configuration menu
    Copy the full SHA
    e359438 View commit details
    Browse the repository at this point in the history
  60. Update: 修复测试

    NHZEX committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    308a23d View commit details
    Browse the repository at this point in the history
  61. Update: 修复测试

    NHZEX committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    b9155aa View commit details
    Browse the repository at this point in the history
  62. Update: 改进

    NHZEX committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    7cecfd8 View commit details
    Browse the repository at this point in the history
  63. Update: 更新注解

    NHZEX committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    4019ffc View commit details
    Browse the repository at this point in the history
  64. Configuration menu
    Copy the full SHA
    37f9503 View commit details
    Browse the repository at this point in the history
  65. Update: 改进节点获取

    NHZEX committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    d410bc9 View commit details
    Browse the repository at this point in the history
  66. Configuration menu
    Copy the full SHA
    88f0db2 View commit details
    Browse the repository at this point in the history
  67. Configuration menu
    Copy the full SHA
    7e389b5 View commit details
    Browse the repository at this point in the history
  68. Update: 改进调用方式

    NHZEX committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    b9ec94b View commit details
    Browse the repository at this point in the history
  69. Update: 更新文档

    NHZEX committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    d1dcc79 View commit details
    Browse the repository at this point in the history
  70. Update: 更新文档

    NHZEX committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    697c009 View commit details
    Browse the repository at this point in the history
  71. Configuration menu
    Copy the full SHA
    177556e View commit details
    Browse the repository at this point in the history
  72. Configuration menu
    Copy the full SHA
    31f33de View commit details
    Browse the repository at this point in the history
  73. Configuration menu
    Copy the full SHA
    5dfac2b View commit details
    Browse the repository at this point in the history
  74. Update: RedisLuaScript.php

    NHZEX committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    15e780e View commit details
    Browse the repository at this point in the history
  75. Update: 适配 swoole 组件

    NHZEX committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    c8d2e72 View commit details
    Browse the repository at this point in the history
  76. Configuration menu
    Copy the full SHA
    d7b306a View commit details
    Browse the repository at this point in the history
  77. Update: redis 文档

    NHZEX committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    43b56c6 View commit details
    Browse the repository at this point in the history
  78. Update: 调整测试

    NHZEX committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    c6e9e80 View commit details
    Browse the repository at this point in the history
  79. Update: 调整测试

    NHZEX committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    b4f6e0d View commit details
    Browse the repository at this point in the history
  80. Update: 调整测试

    NHZEX committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    c65156e View commit details
    Browse the repository at this point in the history
  81. Configuration menu
    Copy the full SHA
    8ed30ff View commit details
    Browse the repository at this point in the history
  82. Update: 修复错误处理

    NHZEX committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    f244249 View commit details
    Browse the repository at this point in the history
  83. Configuration menu
    Copy the full SHA
    deaeb73 View commit details
    Browse the repository at this point in the history
  84. Update: 修复测试

    NHZEX committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    7b13149 View commit details
    Browse the repository at this point in the history
  85. Update: 更新文档

    NHZEX committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    18356e0 View commit details
    Browse the repository at this point in the history
  86. Configuration menu
    Copy the full SHA
    0d17cbe View commit details
    Browse the repository at this point in the history
  87. Update: 实现新的 Redis 使用方式并重构 Cache/Redis

    添加新的 Cache/Redis 测试,支持完整单元测试
    NHZEX committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    8538e3a View commit details
    Browse the repository at this point in the history
  88. Configuration menu
    Copy the full SHA
    fb35934 View commit details
    Browse the repository at this point in the history
  89. Update: 修复缺少ci参数

    NHZEX committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    80fb26b View commit details
    Browse the repository at this point in the history
  90. Configuration menu
    Copy the full SHA
    32f8b5e View commit details
    Browse the repository at this point in the history
  91. Update: 迁移使用 redis 新容器

    Update: 修复测试
    NHZEX committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    347d0e5 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. Merge branch '3.0' into 3.0-new-redis

    # Conflicts:
    #	.github/actions/ci-prepare/action.yml
    #	.github/workflows/ci.yml
    #	.github/workflows/phpcs.yml
    #	.github/workflows/phpstan.yml
    #	.github/workflows/rector.yml
    #	src/Cache/Handler/Redis.php
    NHZEX committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    7b796c5 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2024

  1. Merge remote-tracking branch 'refs/remotes/origin/3.0' into 3.0-new-r…

    …edis
    
    # Conflicts:
    #	.github/workflows/ci.yml
    NHZEX committed May 5, 2024
    Configuration menu
    Copy the full SHA
    4a4da96 View commit details
    Browse the repository at this point in the history