Skip to content

Instantly share code, notes, and snippets.

@mlusiak
Created December 11, 2013 00:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mlusiak/7903099 to your computer and use it in GitHub Desktop.
Save mlusiak/7903099 to your computer and use it in GitHub Desktop.
Read stuff from redis
[<CLIMutable>]
type BitstampLast = {Id:int64; Timestamp:int; Value:decimal}
let redis = new RedisClient("localhost")
let redisBitstamp = redis.As<BitstampLast>()
let allValues = redisBitstamp.GetAll()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment