redis-0.13: A driver for Redis key-value database

Safe HaskellSafe-Infered

Database.Redis.ByteStringClass

Synopsis

Documentation

class BS a where

Utility class for conversion to and from Strict ByteString

Methods

toBS :: a -> ByteString

fromBS :: ByteString -> a