Kitura / Kitura-redis

Swift Redis library
Apache License 2.0
95 stars 26 forks source link

Refactor Kitura-redis and document all of the current APIs #34

Closed shmuelk closed 7 years ago

shmuelk commented 7 years ago

Refactor the Kitura-redis code base to have smaller and more manageable files and complete the API documentation of the existing Kitura-redis API set.

Description

The Kitura-redis Redis.swift and RedisMulti.swift files have been brokn up in a main file and set of extensions.

Motivation and Context

Make it easier to maintain Kitura-redis and add API documentation to make it more consumable.

How Has This Been Tested?

Ran the Kitura-redis unit tests.

Checklist: