iOS Framework Allowing you to connect to Redis server with Swift programming language. Thanks to GCDAsyncSocket, We are working on Redis Framework in Swift 2.
Just add the framework to your project for both Simulator and iOS Device (Or which ever you desire).
let redis = Swidis()
redis.server("XXX.XX.XXX.XXX", onPort: 6379)
redis.Command("SET a "Apple"")