redis-hs-0.0.11: A simple Redis library for Haskell

Database.Redis.Connection

Description

Module containing all the functions necessary to make a connection to an active Redis server.

Synopsis

Documentation

defaultPort :: PortNumberSource

The number 6379 as a Network PortNumber

localhost :: HostNameSource

The string 127.0.0.1 as a Network HostName

connectSource

Arguments

:: HostName 
-> PortNumber 
-> IO Handle

handle used by all the redis-hs functions