Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 425 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 425 Bytes

Redis Wrapper

Redis Wrapper is built on top of the redis-rb library as a communication method between ruby code and redis. Redis-rb handles all the connection to the database store, while redis_wrapper supplies a more convient interface on which to communicate. All methods available via redis-rb are accessible by the wrapper, but allows objects other than strings to be passed in.