RubyGems Navigation menu

redis_fixtures 1.0.0

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.

Gemfile:
=

インストール:
=

バージョン履歴:

  1. 1.0.0 October 08, 2015 (14.5KB)

Runtime依存関係 (1):

redis >= 3.0

Development依存関係 (11):

所有者:

作者:

  • Daniel Magliola

SHA 256チェックサム:

=

累計ダウンロード数 3,140

このバージョンのみ 3,140

このバージョンがリリースされたのは:

ライセンス:

MIT

必要なRubyのバージョン: >= 1.9.3

リンク: