https://github.com/springmt/redis_json_serializer
https://github.com/springmt/redis_json_serializer
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/springmt/redis_json_serializer
- Owner: SpringMT
- License: mit
- Created: 2012-11-18T16:48:52.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2012-11-23T09:53:28.000Z (over 13 years ago)
- Last Synced: 2024-04-14T11:51:27.716Z (over 2 years ago)
- Language: Ruby
- Size: 121 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: MIT-LICENSE
Awesome Lists containing this project
README
# RedisJsonSerializer [](https://travis-ci.org/SpringMT/redis_json_serializer)
## Installation
Add this line to your application's Gemfile:
gem 'redis_json_serializer'
And then execute:
$ bundle
Or install it yourself as:
$ gem install redis_json_serializer
## Usage
require 'redis_json_serializer'
## Contributing
1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Added some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request
## Copyright
Copyright (c) 2012- HARUAYMA Makoto (SpringMT)
## License
MIT (see MIT-LICENSE)