[added] IDENTITY_STRING and IDENTITY_STRING_CI keygens for [fixed] exception edge case when saving / deleting index-only columns with a unique constraint and no relevant data.
1.1.0
[added] UnsafeColumns(); used for direct access to Redis structures per entity, which are deleted on entity deletion.
1.0.7
[fixed] searching by unique indexonly columns; previously would try to use the useless "to_redis" on the column type, which returns none.
1.0.6
[added] IndexOnly columns can now have unique indexes generated via keygen.
1.0.5
Re-release for git tags
1.0.4
[added] dockerfiles + docker-compose yamls for testing. [updated] Python version compatability.