Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/perfectlysoft/perfect-session-redis
Redis Driver for Perfect Sessions
https://github.com/perfectlysoft/perfect-session-redis
redis server-side-swift session-management sessions swift
Last synced: about 2 months ago
JSON representation
Redis Driver for Perfect Sessions
- Host: GitHub
- URL: https://github.com/perfectlysoft/perfect-session-redis
- Owner: PerfectlySoft
- License: apache-2.0
- Created: 2017-03-05T23:25:11.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-03-26T18:39:27.000Z (almost 6 years ago)
- Last Synced: 2024-10-29T15:07:43.890Z (2 months ago)
- Topics: redis, server-side-swift, session-management, sessions, swift
- Language: Swift
- Homepage:
- Size: 19.5 KB
- Stars: 3
- Watchers: 7
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Perfect Sessions (Redis Driver)
The Perfect Session Redis Driver.
Note that a demo is located at [https://github.com/PerfectExamples/Perfect-Session-Redis-Demo](https://github.com/PerfectExamples/Perfect-Session-Redis-Demo) that shows the operation of the Redis driver included in the core library.
## Compatibility with Swift
The master branch of this project currently compiles with **Xcode 8.1** or the **Swift 3.0.1** toolchain on Ubuntu.
## Building
Add this project as a dependency in your Package.swift file.
``` swift
.Package(url:"https://github.com/PerfectlySoft/Perfect-Session-Redis.git", majorVersion: 1)
```## Further Information
For more information on the Perfect project, please visit [perfect.org](http://perfect.org).