/ObjCRedis

Redis Objective-C Client

Primary LanguageC

Deprecated! Use ObjCHiredis instead.

ObjCRedis

An Objective-C client to the Redis 1.x and 2.x key-value store. The full Redis API is not yet implemented, but still it works and is tested, some updates will follow. All storage is assumed to be of NSString type, no binary blob supported.
For now, I only distribute a x86_64 version.

Class documentation:

Downloads:

Acknowledgements:

Great thanks to Jonas Romfelt for the Credis library used in this framework.