Skip to content
  • Paul Melnikow's avatar
    Optionally persist [Github] tokens in Redis (#1939) · a16d4366
    Paul Melnikow authored
    This is a fairly simple addition of a Redis-backed TokenPersistence. When GithubConstellation is initialized, it will create a FsTokenPersistence or a RedisTokenPersistence based on configuration. Have added tests of the Redis backend as an integration test, and ensured the server starts up correctly when a `REDIS_URL` is configured.
    
    Ref: #1848
    a16d4366
After you've reviewed these contribution guidelines, you'll be all set to contribute to this project.