Categories: None [Edit]

redis_fixtures

https://rubygems.org/gems/redis_fixtures
https://github.com/dmagliola/redis_fixtures
RedisFixtures allows you to have fixtures for Redis, in addition to the ones for your database. If you are using Redis as more than just a cache (and I hope you are), you probably need to have some data there to test your application. RedisFixtures will reset your (test) Redis database at the beginning of every test to the fixture you set. And if you use FixtureBuilder (or any other fixture-generating library), you can automatically generate your Redis fixture from the contents of your test Redis database.

Total

Ranking: 155,325 of 183,107
Downloads: 3,139

Daily

Ranking: 86,038 of 183,092
Downloads: 0

Depended by

RankDownloadsName

Depends on

RankDownloadsName
12,407,087,911bundler
10953,844,246rake
19895,194,587minitest
72443,835,435redis
89378,314,914connection_pool
99348,223,614simplecov
62768,424,665mocha
99537,044,699minitest-reporters
1,08431,864,462shoulda
1,62515,838,097codeclimate-test-reporter
1,70614,090,476coveralls
2,0688,709,738appraisal

Owners

#GravatarHandle
1icondmagliola