CurryDB-0.1.0.0: CurryDB: In-memory Key/Value Database

Safe HaskellNone

Database.Redis.Server

Synopsis

Documentation

data ServerSettings m

Settings for a TCP server. It takes a port to listen on, and an optional hostname to bind to.

Since 0.6.0

serverSettings

Arguments

:: Monad m 
=> Int

port to bind to

-> HostPreference

host binding preferences

-> ServerSettings m 

Smart constructor.

Since 0.6.0

def :: Default a => a

The default value for this type.