Skip to content

对Redis的返回结果进行类型判断,如果是dict,list转为json字符串 (#2690) #121

对Redis的返回结果进行类型判断,如果是dict,list转为json字符串 (#2690)

对Redis的返回结果进行类型判断,如果是dict,list转为json字符串 (#2690) #121

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: psf/black@stable