)]}'
{
  "log": [
    {
      "commit": "fb849061fe604426e73e60fd029fec37fe2d2bc2",
      "tree": "ad4f60963b9d14f29400be5debf2bc8c764fe2d8",
      "parents": [
        "00e084bf1709b4f18475b32df45271993373d2df"
      ],
      "author": {
        "name": "yxrxy",
        "email": "1532529704@qq.com",
        "time": "Wed Jul 16 22:28:36 2025 +0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Jul 16 22:28:36 2025 +0800"
      },
      "message": "feat: use redisadapter.NewAdapter(config) now (#51)\n\n"
    },
    {
      "commit": "00e084bf1709b4f18475b32df45271993373d2df",
      "tree": "b295161f2ce4d888212df4b701d38fb526b6c3fc",
      "parents": [
        "2f9f7cf9528b1bfbed32b00ab9424657f67adfee"
      ],
      "author": {
        "name": "沐",
        "email": "MuZhou233@outlook.com",
        "time": "Sat Mar 09 09:44:10 2024 +0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sat Mar 09 09:44:10 2024 +0800"
      },
      "message": "feat: fix LoadPolicy() for Amazon MemoryDB for Redis (#45)\n\n"
    },
    {
      "commit": "2f9f7cf9528b1bfbed32b00ab9424657f67adfee",
      "tree": "bf2f9eec78f5bf454fa3bd28300d5f6a652e2eeb",
      "parents": [
        "9cd9abdc4892c3d7f92671057de3edb176a37f8b"
      ],
      "author": {
        "name": "George",
        "email": "cococolanosugar@gmail.com",
        "time": "Fri Mar 08 13:42:15 2024 +0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri Mar 08 13:42:15 2024 +0800"
      },
      "message": "fix(pool): connection pool exhausted (#44)\n\n"
    },
    {
      "commit": "9cd9abdc4892c3d7f92671057de3edb176a37f8b",
      "tree": "e3ed55fd1625853690eed4e921da936e294e5c11",
      "parents": [
        "3838b9c4975fee42fe61f3250ded8b105878eb06"
      ],
      "author": {
        "name": "George",
        "email": "cococolanosugar@gmail.com",
        "time": "Thu Mar 07 18:36:00 2024 +0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Thu Mar 07 18:36:00 2024 +0800"
      },
      "message": "feat: fix the closed network connection issue for Redis pool (#43)\n\n"
    },
    {
      "commit": "3838b9c4975fee42fe61f3250ded8b105878eb06",
      "tree": "c7de7e8abddf8fd69c0820d41f57acb672c4f695",
      "parents": [
        "0f85980e64abb411edcdfd9a2afbed9b0b708239"
      ],
      "author": {
        "name": "Yang Luo",
        "email": "hsluoyz@qq.com",
        "time": "Thu Mar 07 18:20:28 2024 +0800"
      },
      "committer": {
        "name": "Yang Luo",
        "email": "hsluoyz@qq.com",
        "time": "Thu Mar 07 18:20:28 2024 +0800"
      },
      "message": "feat: update CI Go version to 1.19\n"
    },
    {
      "commit": "0f85980e64abb411edcdfd9a2afbed9b0b708239",
      "tree": "15f6b916fd3173cab11a02a79c7701a7bc254552",
      "parents": [
        "9c324f034643b8f0fa479054b84b57d615c9c5bd"
      ],
      "author": {
        "name": "Eric Luo",
        "email": "hsluoyz@qq.com",
        "time": "Thu Mar 07 18:15:10 2024 +0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Thu Mar 07 18:15:10 2024 +0800"
      },
      "message": "feat: improve README badges"
    },
    {
      "commit": "9c324f034643b8f0fa479054b84b57d615c9c5bd",
      "tree": "ae9a71059b345aac025da1a2d2b37bf44888c010",
      "parents": [
        "17a13a7c1ed28163aa90b4da1d85be4c02cfc47d"
      ],
      "author": {
        "name": "鱼竿钓鱼干",
        "email": "46661603+PokIsemaine@users.noreply.github.com",
        "time": "Tue Jan 31 20:36:06 2023 +0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Jan 31 20:36:06 2023 +0800"
      },
      "message": "fix: update go.mod, go.sum, README.md (#40)\n\n* fix: update go.mod, go.sum, README.md\r\n\r\n* fix: update README.md\r\n\r\n* fix: update README.md"
    },
    {
      "commit": "17a13a7c1ed28163aa90b4da1d85be4c02cfc47d",
      "tree": "223184961283c9eeeed68779661c67e9c57eac1a",
      "parents": [
        "0cd40e5655c43a9787353fca24087fde2b571b58"
      ],
      "author": {
        "name": "Liu",
        "email": "62609375+ziranl16@users.noreply.github.com",
        "time": "Wed Dec 14 19:43:36 2022 +0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Dec 14 19:43:36 2022 +0800"
      },
      "message": "feat: add TLS option for redis adapter creation (#38)\n\n* Add TLS option for redis adapter creation\r\n\r\n* Add redis dial option to use tls\r\n\r\n* Add TLS option for create adapter with options\r\n\r\n* Improve unit tests\r\n\r\n* Improve according to reviews"
    },
    {
      "commit": "0cd40e5655c43a9787353fca24087fde2b571b58",
      "tree": "bae2154a05c9b8480e1699d7a9277642211d05fb",
      "parents": [
        "5c9783033816b8e3348e9cfc78e6c8411a81f0d2"
      ],
      "author": {
        "name": "marcozac",
        "email": "marco@marcozaccaro.com",
        "time": "Wed Dec 07 10:53:40 2022 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Dec 07 17:53:40 2022 +0800"
      },
      "message": "feat: add NewAdapterWithPool() (#37)\n\n* feat: add pool adapter\r\n\r\n* fix: add missing key\r\n\r\n* docs: add pool adapter example"
    },
    {
      "commit": "5c9783033816b8e3348e9cfc78e6c8411a81f0d2",
      "tree": "c8f46f6f3c2bee5eee2e0922743e6951cbe7d2a7",
      "parents": [
        "3321b3786af73dc609a2d54b25bfe7b28c78aff6"
      ],
      "author": {
        "name": "imp2002",
        "email": "imp07@qq.com",
        "time": "Thu Nov 10 20:53:35 2022 +0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Thu Nov 10 20:53:35 2022 +0800"
      },
      "message": "feat!: expose error in NewAdapter() (#35)\n\nBREAKING CHANGE:  expose error in `NewAdapter()`"
    },
    {
      "commit": "3321b3786af73dc609a2d54b25bfe7b28c78aff6",
      "tree": "d43f0c0011dd413964dc85d0d22184ba68d48a90",
      "parents": [
        "03e1dee06dfc771c0b07e52d378a00f467fc24ba"
      ],
      "author": {
        "name": "imp2002",
        "email": "imp07@qq.com",
        "time": "Fri Nov 04 20:54:27 2022 +0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri Nov 04 20:54:27 2022 +0800"
      },
      "message": "feat: support use a specific user login redis (#34)\n\n* feat: support use a specific user login redis\r\n\r\n* doc: add `NewAdapterWithUser()`"
    },
    {
      "commit": "03e1dee06dfc771c0b07e52d378a00f467fc24ba",
      "tree": "80f11a3427af15876b127414e8835af4e7398b60",
      "parents": [
        "8432d1c190c1c3b12fd2e930ad0480de803f9dcf"
      ],
      "author": {
        "name": "Ter",
        "email": "JalinWang@outlook.com",
        "time": "Tue Aug 16 16:23:07 2022 +0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Aug 16 16:23:07 2022 +0800"
      },
      "message": "feat: implement FilteredAdapter \u0026 UpdatableAdapter (#31)\n\n"
    },
    {
      "commit": "8432d1c190c1c3b12fd2e930ad0480de803f9dcf",
      "tree": "942ca2f4ef55ddb3b75d0aa0ae3cf24e015f00cb",
      "parents": [
        "eaa3bc21ef1a7882a6a50a27c6918f8a2021a27b"
      ],
      "author": {
        "name": "Fabian Bao",
        "email": "fabian4@163.com",
        "time": "Thu Jan 20 11:44:13 2022 +0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Thu Jan 20 11:44:13 2022 +0800"
      },
      "message": "feat: setup semantic-release (#28)\n\n"
    },
    {
      "commit": "eaa3bc21ef1a7882a6a50a27c6918f8a2021a27b",
      "tree": "f9d28a4638931bd4ba32d60bc8e43271ed843747",
      "parents": [
        "837ae045cc19e0478989268d580ed2ae935a959e"
      ],
      "author": {
        "name": "Fabian Bao",
        "email": "fabian4@163.com",
        "time": "Thu Jan 20 10:43:57 2022 +0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Thu Jan 20 10:43:57 2022 +0800"
      },
      "message": "feat: Setup GitHub Actions and semantic-release (#26)\n\n"
    },
    {
      "commit": "837ae045cc19e0478989268d580ed2ae935a959e",
      "tree": "ec7b6ec21bfd5b017f0be7cdefc0b67156950849",
      "parents": [
        "d97679176acb7c63c9c82961f82844a0aecd16a8"
      ],
      "author": {
        "name": "Fabian Bao",
        "email": "baoyaolong@gmail.com",
        "time": "Wed Jan 19 22:47:07 2022 +0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Jan 19 22:47:07 2022 +0800"
      },
      "message": "fix: load policy by array to void problems caused by cvs reader (#24)\n\n"
    },
    {
      "commit": "d97679176acb7c63c9c82961f82844a0aecd16a8",
      "tree": "ba0637dcd8c83f5c0f2aaf6971c01ae1b94b829e",
      "parents": [
        "49e86235ca2209982b43244e521f3a745c9ba5ae",
        "49aa7bc65eb03f8827c49accae48da9882c42eb0"
      ],
      "author": {
        "name": "Yang Luo",
        "email": "hsluoyz@qq.com",
        "time": "Thu Jun 17 16:54:33 2021 +0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Thu Jun 17 16:54:33 2021 +0800"
      },
      "message": "Merge pull request #22 from closetool/master\n\nfeat: add \"withxx\" pattern init func"
    },
    {
      "commit": "49aa7bc65eb03f8827c49accae48da9882c42eb0",
      "tree": "ba0637dcd8c83f5c0f2aaf6971c01ae1b94b829e",
      "parents": [
        "49e86235ca2209982b43244e521f3a745c9ba5ae"
      ],
      "author": {
        "name": "closetool",
        "email": "4closetool3@gmail.com",
        "time": "Wed Jun 09 10:08:28 2021 +0800"
      },
      "committer": {
        "name": "closetool",
        "email": "4closetool3@gmail.com",
        "time": "Wed Jun 09 10:08:28 2021 +0800"
      },
      "message": "feat: add \"withxx\" pattern init func\n\nSigned-off-by: closetool \u003c4closetool3@gmail.com\u003e\n"
    },
    {
      "commit": "49e86235ca2209982b43244e521f3a745c9ba5ae",
      "tree": "f8d39990b8e69d61f3eca00c2615192981764f55",
      "parents": [
        "08e57c960195f963f4e18c7878a7332a1b28a7a3",
        "46f009e5280881a3300aa4e6af320806dd273613"
      ],
      "author": {
        "name": "hsluoyz",
        "email": "hsluoyz@qq.com",
        "time": "Tue May 18 20:48:29 2021 +0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue May 18 20:48:29 2021 +0800"
      },
      "message": "Merge pull request #15 from ghosx/master\n\nfix readme on Installation"
    },
    {
      "commit": "46f009e5280881a3300aa4e6af320806dd273613",
      "tree": "f8d39990b8e69d61f3eca00c2615192981764f55",
      "parents": [
        "08e57c960195f963f4e18c7878a7332a1b28a7a3"
      ],
      "author": {
        "name": "ghosx",
        "email": "ghosx@qq.com",
        "time": "Tue May 18 20:39:27 2021 +0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue May 18 20:39:27 2021 +0800"
      },
      "message": "fix readme on Installation\n\nfix readme on Installation\r\nchange\r\n    go get github.com/casbin/redis-adapter \r\nto \r\n    go get github.com/casbin/redis-adapter/v2"
    },
    {
      "commit": "08e57c960195f963f4e18c7878a7332a1b28a7a3",
      "tree": "b7b9f3ebe738a2a7dbad8a64880f988818e07265",
      "parents": [
        "c40c24b6201b52b3e2df542a143e61729fb0cd58"
      ],
      "author": {
        "name": "Wenyu",
        "email": "32786437+RobotHuang@users.noreply.github.com",
        "time": "Sat Jan 09 14:07:00 2021 +0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sat Jan 09 14:07:00 2021 +0800"
      },
      "message": "fix: add method AddPolicies and implement method AddPolicy (#10)\n\n* #7 Fix incorrect reference in go.mod to a forked repository\r\nChanged it back to reference github.com/casbin/redis-adapter\r\n\r\nSigned-off-by: RobotHuang \u003c1183598761@qq.com\u003e\r\n\r\n* fix: add method AddPolicies and implement method AddPolicy\r\n\r\nSigned-off-by: RobotHuang \u003c1183598761@qq.com\u003e\r\n\r\n* fix: upgrade the version on go.mod\r\n\r\nSigned-off-by: RobotHuang \u003c1183598761@qq.com\u003e\r\n\r\n* test: add tests to test method AddPolicy and AddPolicies\r\n\r\nSigned-off-by: RobotHuang \u003c1183598761@qq.com\u003e\r\n\r\n* feat: use list to refactor and add method RemovePolicy and RemovePolicies\r\n\r\nSigned-off-by: RobotHuang \u003c1183598761@qq.com\u003e\r\n\r\n* clean the go.sum\r\n\r\nSigned-off-by: RobotHuang \u003c1183598761@qq.com\u003e\r\n\r\nCo-authored-by: James Ho \u003cjames.ho@cbsinteractive.com\u003e"
    },
    {
      "commit": "c40c24b6201b52b3e2df542a143e61729fb0cd58",
      "tree": "3d8249a0578495ca9984eabb50e269f67cb073b6",
      "parents": [
        "d320d7204d198d61caab7cf610a3f28ed68a6b22",
        "994e890ac387d6ef74ec30c07be5124802707c26"
      ],
      "author": {
        "name": "Yang Luo",
        "email": "hsluoyz@qq.com",
        "time": "Sun Jan 03 10:27:36 2021 +0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sun Jan 03 10:27:36 2021 +0800"
      },
      "message": "Merge pull request #13 from WesleyBatista/dev\n\nRemove unused dependencies with go mod tidy"
    },
    {
      "commit": "994e890ac387d6ef74ec30c07be5124802707c26",
      "tree": "3d8249a0578495ca9984eabb50e269f67cb073b6",
      "parents": [
        "d320d7204d198d61caab7cf610a3f28ed68a6b22"
      ],
      "author": {
        "name": "Wesley Batista",
        "email": "wesley.batista.santos@gmail.com",
        "time": "Sun Jan 03 03:11:33 2021 +0100"
      },
      "committer": {
        "name": "Wesley Batista",
        "email": "wesley.batista.santos@gmail.com",
        "time": "Sun Jan 03 03:20:05 2021 +0100"
      },
      "message": "remove unused dependencies with go mod tidy\n\nSigned-off-by: Wesley Batista \u003cwesley.batista.santos@gmail.com\u003e\n"
    },
    {
      "commit": "d320d7204d198d61caab7cf610a3f28ed68a6b22",
      "tree": "2193333c25834336eca099cff914bdaa82aa0118",
      "parents": [
        "0ef7649799058afd429bcfcaf7b78a69d7d97543",
        "bf1325e218901ac64a5430fa76b73c10ccc8b8be"
      ],
      "author": {
        "name": "Yang Luo",
        "email": "hsluoyz@qq.com",
        "time": "Tue Feb 04 19:29:54 2020 +0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Feb 04 19:29:54 2020 +0800"
      },
      "message": "Merge pull request #8 from jimmy-ho/bug/issue-7\n\n#7 Fix incorrect reference in go.mod to a forked repository"
    },
    {
      "commit": "bf1325e218901ac64a5430fa76b73c10ccc8b8be",
      "tree": "2193333c25834336eca099cff914bdaa82aa0118",
      "parents": [
        "0ef7649799058afd429bcfcaf7b78a69d7d97543"
      ],
      "author": {
        "name": "James Ho",
        "email": "james.ho@cbsinteractive.com",
        "time": "Tue Feb 04 10:44:43 2020 +0000"
      },
      "committer": {
        "name": "James Ho",
        "email": "james.ho@cbsinteractive.com",
        "time": "Tue Feb 04 10:44:43 2020 +0000"
      },
      "message": "#7 Fix incorrect reference in go.mod to a forked repository\nChanged it back to reference github.com/casbin/redis-adapter\n"
    },
    {
      "commit": "0ef7649799058afd429bcfcaf7b78a69d7d97543",
      "tree": "8e6d4f198a8066e603d5b60fbe523edc7d2a8d0c",
      "parents": [
        "8c56da4d48d1531cfecd3878ba40789587c0a5a3",
        "0585737d014013b4ecefc12f1217e490a47faad9"
      ],
      "author": {
        "name": "Yang Luo",
        "email": "hsluoyz@qq.com",
        "time": "Wed Jan 08 20:59:49 2020 +0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Jan 08 20:59:49 2020 +0800"
      },
      "message": "Merge pull request #6 from fengjihua/master\n\nsupport casbin v2 and go mod"
    },
    {
      "commit": "0585737d014013b4ecefc12f1217e490a47faad9",
      "tree": "8e6d4f198a8066e603d5b60fbe523edc7d2a8d0c",
      "parents": [
        "8c56da4d48d1531cfecd3878ba40789587c0a5a3"
      ],
      "author": {
        "name": "Michael Feng",
        "email": "fengjihua@28kj.net",
        "time": "Wed Jan 08 16:17:39 2020 +0800"
      },
      "committer": {
        "name": "Michael Feng",
        "email": "fengjihua@28kj.net",
        "time": "Wed Jan 08 16:17:39 2020 +0800"
      },
      "message": "support casbin v2 and go mod\n"
    },
    {
      "commit": "8c56da4d48d1531cfecd3878ba40789587c0a5a3",
      "tree": "6ea7ad50d8b2aa7910dcabe640542cb14626e817",
      "parents": [
        "3746cd847fe79178dc4c02ba15ec87b28af6de9f"
      ],
      "author": {
        "name": "Yang Luo",
        "email": "hsluoyz@qq.com",
        "time": "Thu Jun 13 16:27:56 2019 +0800"
      },
      "committer": {
        "name": "Yang Luo",
        "email": "hsluoyz@qq.com",
        "time": "Thu Jun 13 16:27:56 2019 +0800"
      },
      "message": "Support password for Redis.\n"
    },
    {
      "commit": "3746cd847fe79178dc4c02ba15ec87b28af6de9f",
      "tree": "2a937891d4c3b8f244fec2238723ce0f6ee1eee5",
      "parents": [
        "14d1caf86d6de739726cbcff71aa7de0530603ad"
      ],
      "author": {
        "name": "Yang Luo",
        "email": "hsluoyz@qq.com",
        "time": "Thu Jun 13 16:13:07 2019 +0800"
      },
      "committer": {
        "name": "Yang Luo",
        "email": "hsluoyz@qq.com",
        "time": "Thu Jun 13 16:13:07 2019 +0800"
      },
      "message": "Add t.Helper() to tests.\n"
    },
    {
      "commit": "14d1caf86d6de739726cbcff71aa7de0530603ad",
      "tree": "9413d651acd4c47bc1fc96693fe57837aa3cb6fa",
      "parents": [
        "b36d844dade59e5081fd9d41ce55635f532e90c5"
      ],
      "author": {
        "name": "Yang Luo",
        "email": "hsluoyz@qq.com",
        "time": "Thu Jun 13 15:56:15 2019 +0800"
      },
      "committer": {
        "name": "Yang Luo",
        "email": "hsluoyz@qq.com",
        "time": "Thu Jun 13 16:03:33 2019 +0800"
      },
      "message": "Rename to NewAdapterWithKey().\n"
    },
    {
      "commit": "b36d844dade59e5081fd9d41ce55635f532e90c5",
      "tree": "04e9c7105ecbf96351c1966620590540ff63db4d",
      "parents": [
        "d89b4f19c6d56bfdfa09cbb676e7a99e3405f5dd",
        "5048457c114458ce735f5d679a24d62e906f258a"
      ],
      "author": {
        "name": "Yang Luo",
        "email": "hsluoyz@qq.com",
        "time": "Sat Jan 05 11:21:10 2019 +0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sat Jan 05 11:21:10 2019 +0800"
      },
      "message": "Merge pull request #3 from innius/master\n\ndon\u0027t return an error if redis key does not exist"
    },
    {
      "commit": "5048457c114458ce735f5d679a24d62e906f258a",
      "tree": "04e9c7105ecbf96351c1966620590540ff63db4d",
      "parents": [
        "d89b4f19c6d56bfdfa09cbb676e7a99e3405f5dd"
      ],
      "author": {
        "name": "Ron van der Wijngaard",
        "email": "ronvanderwijngaard@innius.com",
        "time": "Fri Dec 21 09:21:54 2018 +0100"
      },
      "committer": {
        "name": "Ron van der Wijngaard",
        "email": "ronvanderwijngaard@innius.com",
        "time": "Fri Dec 21 09:21:54 2018 +0100"
      },
      "message": "don\u0027t return an error if redis key does not exist\n\nReturning an error causes casbin enforcer to panic while loading policies\n"
    },
    {
      "commit": "d89b4f19c6d56bfdfa09cbb676e7a99e3405f5dd",
      "tree": "54244c481fc1a5dcad587d44d5c47c0dc82713df",
      "parents": [
        "92ca8afd7d0650cda49c5d86d6333a3a96c30c48",
        "c4bd1969efceb209a62132a9849aa567f5575dac"
      ],
      "author": {
        "name": "Yang Luo",
        "email": "hsluoyz@qq.com",
        "time": "Sun Oct 14 11:16:59 2018 +0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sun Oct 14 11:16:59 2018 +0800"
      },
      "message": "Merge pull request #2 from broadcastle/master\n\nFix build issue"
    },
    {
      "commit": "c4bd1969efceb209a62132a9849aa567f5575dac",
      "tree": "54244c481fc1a5dcad587d44d5c47c0dc82713df",
      "parents": [
        "92ca8afd7d0650cda49c5d86d6333a3a96c30c48"
      ],
      "author": {
        "name": "pagumin",
        "email": "pagu.min.nun@gmail.com",
        "time": "Fri Oct 12 04:49:58 2018 -0500"
      },
      "committer": {
        "name": "pagumin",
        "email": "pagu.min.nun@gmail.com",
        "time": "Sat Oct 13 15:49:43 2018 +0000"
      },
      "message": "Fix build error\n\nWhen the `github.com/garyburd/redigo/redis` package was being used, I would receive a error about the use of a internal package when I attempted to build my binary. Changing to `github.com/gomodule/redigo/redis` fixed this issue. The test succeeded with the change.\n"
    },
    {
      "commit": "92ca8afd7d0650cda49c5d86d6333a3a96c30c48",
      "tree": "5c9682a5d765dc0dcc6b7c310b3228432811c797",
      "parents": [
        "245d235844e79f8414a631cc8a92ced4b96c7302",
        "398ba2a89e687855c9e9f8bf8317a7d5bf750c28"
      ],
      "author": {
        "name": "Yang Luo",
        "email": "hsluoyz@qq.com",
        "time": "Tue Mar 06 08:21:04 2018 +0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Mar 06 08:21:04 2018 +0800"
      },
      "message": "Merge pull request #1 from flavien29/master\n\nDefine the redis casbin key as a parameter"
    },
    {
      "commit": "398ba2a89e687855c9e9f8bf8317a7d5bf750c28",
      "tree": "5c9682a5d765dc0dcc6b7c310b3228432811c797",
      "parents": [
        "245d235844e79f8414a631cc8a92ced4b96c7302"
      ],
      "author": {
        "name": "Flavien MOULLEC",
        "email": "flavien@ackl.io",
        "time": "Mon Mar 05 17:05:52 2018 +0100"
      },
      "committer": {
        "name": "Flavien MOULLEC",
        "email": "flavien@ackl.io",
        "time": "Mon Mar 05 17:05:52 2018 +0100"
      },
      "message": "Define the redis casbin key as a parameter\n"
    },
    {
      "commit": "245d235844e79f8414a631cc8a92ced4b96c7302",
      "tree": "f5235f10a0ce972929beae680ad2d187092acbd4",
      "parents": [
        "6cd8afab5b83af5a5bf9d4fa3fb84bd346728447"
      ],
      "author": {
        "name": "Yang Luo",
        "email": "hsluoyz@qq.com",
        "time": "Sat Sep 23 11:10:30 2017 +0800"
      },
      "committer": {
        "name": "Yang Luo",
        "email": "hsluoyz@qq.com",
        "time": "Sat Sep 23 11:10:30 2017 +0800"
      },
      "message": "Add Travis CI and coverage.\n"
    },
    {
      "commit": "6cd8afab5b83af5a5bf9d4fa3fb84bd346728447",
      "tree": "d22e6e2d769768ae7c829fab6e4b7eca2ddcdbb5",
      "parents": [
        "63e9c40f3025b20c9e6d2d49d3b6d25ab26177bd"
      ],
      "author": {
        "name": "Yang Luo",
        "email": "hsluoyz@qq.com",
        "time": "Sat Sep 23 10:57:49 2017 +0800"
      },
      "committer": {
        "name": "Yang Luo",
        "email": "hsluoyz@qq.com",
        "time": "Sat Sep 23 10:57:49 2017 +0800"
      },
      "message": "Add README.\n"
    },
    {
      "commit": "63e9c40f3025b20c9e6d2d49d3b6d25ab26177bd",
      "tree": "10479998f5745592029c6b4dcd5a7ff429c1759f",
      "parents": [
        "6f1d4bfef2f1db45f9d440e679a61b402be34087"
      ],
      "author": {
        "name": "Yang Luo",
        "email": "hsluoyz@qq.com",
        "time": "Sat Sep 23 10:52:46 2017 +0800"
      },
      "committer": {
        "name": "Yang Luo",
        "email": "hsluoyz@qq.com",
        "time": "Sat Sep 23 10:52:46 2017 +0800"
      },
      "message": "Add the adapter code.\n"
    },
    {
      "commit": "6f1d4bfef2f1db45f9d440e679a61b402be34087",
      "tree": "f4d5bb00967d589d63a12ef38e096646429f0a9f",
      "parents": [
        "d10c95e29847521174a712dfdf5c3b2655cb76fd"
      ],
      "author": {
        "name": "Yang Luo",
        "email": "hsluoyz@qq.com",
        "time": "Sat Sep 23 10:52:17 2017 +0800"
      },
      "committer": {
        "name": "Yang Luo",
        "email": "hsluoyz@qq.com",
        "time": "Sat Sep 23 10:52:17 2017 +0800"
      },
      "message": "Ignore IDEA files.\n"
    },
    {
      "commit": "d10c95e29847521174a712dfdf5c3b2655cb76fd",
      "tree": "5d6667a39c13c0c31f555c2cc49930743f7efd55",
      "parents": [],
      "author": {
        "name": "Yang Luo",
        "email": "hsluoyz@qq.com",
        "time": "Fri Sep 22 23:50:16 2017 +0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri Sep 22 23:50:16 2017 +0800"
      },
      "message": "Initial commit"
    }
  ]
}
