1
0
mirror of https://github.com/redis/go-redis.git synced 2025-07-29 17:41:15 +03:00

sync master to v9 (#1760)

* Added missing idle args in XPendingExtArgs (#1750)

Added missing idle args in XPendingExtArgs

* fix #1754 (#1756)

* Replace go-pg with bun

* fix #1755

Signed-off-by: monkey <golang@88.com>

* fix read data

Signed-off-by: monkey <golang@88.com>

* fix #1758 (#1759)

fix #1758

Co-authored-by: Parvez <syedparvez72@gmail.com>
Co-authored-by: Vladimir Mihailenco <vladimir.webdev@gmail.com>
This commit is contained in:
monkey92t
2021-05-19 17:43:31 +08:00
committed by GitHub
parent d42071c47a
commit fe9bc126b7
5 changed files with 481 additions and 7 deletions

View File

@ -2,7 +2,7 @@ name: Go
on:
push:
branches: [master]
branches: [master, v9]
pull_request:
branches: [master, v9]

View File

@ -7,6 +7,7 @@ on:
branches:
- master
- main
- v9
pull_request:
jobs: