vibe.d beta banner
get vibe.d
0.10.0

Asynchronous I/O that doesn’t get in your way, written in D

Module vibe.db.redis.redis

Redis database client implementation.

Functions

NameDescription
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.

Classes

NameDescription
RedisClient A redis client with connection pooling.
RedisProtocolException
RedisSubscriberImpl

Structs

NameDescription
RedisDatabase Accesses the contents of a Redis database
RedisReply Range interface to a single Redis reply.

Manifest constants

NameTypeDescription
isValidRedisValueReturn
isValidRedisValueType

Aliases

NameTypeDescription
RedisSubscriber vibe.internal.freelistref.FreeListRef!(vibe.db.redis.redis.RedisSubscriberImpl,true)
Authors

Jan Krüger, Sönke Ludwig, Michael Eisendle, Etienne Cimon

Copyright

© 2012-2016 Sönke Ludwig

License

Subject to the terms of the MIT license, as written in the included LICENSE.txt file.