ObjCHiredis
Redis interface
An Objective-C wrapper around the Redis protocol to create an easy-to-use interface for interacting with Redis databases.
Hiredis with Objective-C Interface
162 stars
13 watching
22 forks
Language: C
last commit: about 3 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
omrikiei/lua_redis | Provides a fast and reliable interface with Redis from Lua. | 10 |
nateware/redis-objects | A Ruby interface to Redis that maps data types to Ruby objects, enabling atomic operations and simplifying integration with existing ORMs. | 2,090 |
openresty/lua-redis-parser | A Lua module that parses raw Redis responses and constructs corresponding data structures. | 93 |
perlredis/perl-redis | A Perl binding for Redis database | 108 |
nrk/redis-lua | A Lua client library for the Redis key-value storage system | 734 |
moteus/lua-lluv-redis | A Redis client for the Lua-Lluv library, providing functionality for asynchronous interactions with a Redis instance. | 5 |
markuman/go-redis | An implementation of the Redis protocol using a high-level interface inspired by GNU Octave's syntax. | 23 |
radagaisus/orpheus | An object-oriented Redis client written in CoffeeScript | 33 |
daurnimator/lredis | A Redis client library written in Lua for interacting with a Redis server | 42 |
xerox-xeon/lua-redis-admin | A Redis client tool with web interface for editing and managing Redis data | 34 |
anjia0532/lua-resty-redis-util | A Lua utility library providing a simplified interface to the Lua-resty-redis library | 124 |
silentbicycle/sidereal | A Redis library for Lua that supports non-blocking mode, pipelining, and proxy tables with automatic reconnection. | 27 |
shomali11/xredis | A Go library providing a simple and type-safe interface to Redis | 19 |
informatikr/hedis | A Redis client library for the Haskell programming language. | 329 |
openresty/lua-resty-redis | Provides a Lua interface to Redis, leveraging the nonblocking cosocket API for high-performance connectivity. | 1,904 |