Module vibe.db.redis.redis
Redis database client implementation.
Functions
Name | Description |
connectRedis(host, port)
|
Returns a RedisClient that can be used to communicate to the specified database server.
|
connectRedisDB(url)
|
Returns a Redis database connection instance corresponding to the given URL.
|
Structs
Name | Description |
RedisDatabase
|
Accesses the contents of a Redis database
|
RedisReply
|
Range interface to a single Redis reply.
|
Aliases
Name | Type | Description |
RedisSubscriber
|
vibe.internal.freelistref.FreeListRef!(vibe.db.redis.redis.RedisSubscriberImpl,true)
|
|