Metadata


Name
fakeredis
Version
0.9.2
Platform
ruby
Authors
Guillermo Iguaran
Bindir
bin
Date
2023-05-04 00:00:00 UTC
Dependencies
redis (~> 4.8)
rspec (~> 3, development)
Description
Fake (In-memory) driver for redis-rb. Useful for testing environment and machines without Redis.
Email
guilleiguaran@gmail.com
Files
.github/workflows/codeql.yml
.github/workflows/ruby.yml
.gitignore
Gemfile
LICENSE
README.md
Rakefile
fakeredis.gemspec
lib/fake_redis.rb
lib/fakeredis.rb
lib/fakeredis/bitop_command.rb
lib/fakeredis/command_executor.rb
lib/fakeredis/expiring_hash.rb
lib/fakeredis/geo_commands.rb
lib/fakeredis/geo_set.rb
lib/fakeredis/minitest.rb
lib/fakeredis/rspec.rb
lib/fakeredis/sort_method.rb
lib/fakeredis/sorted_set_argument_handler.rb
lib/fakeredis/sorted_set_store.rb
lib/fakeredis/transaction_commands.rb
lib/fakeredis/version.rb
lib/fakeredis/zset.rb
lib/redis/connection/memory.rb
spec/bitop_command_spec.rb
spec/command_executor_spec.rb
spec/compatibility_spec.rb
spec/connection_spec.rb
spec/fakeredis_spec.rb
spec/geo_set_spec.rb
spec/hashes_spec.rb
spec/hyper_log_logs_spec.rb
spec/keys_spec.rb
spec/lists_spec.rb
spec/memory_spec.rb
spec/server_spec.rb
spec/sets_spec.rb
spec/sort_method_spec.rb
spec/sorted_sets_spec.rb
spec/spec_helper.rb
spec/spec_helper_live_redis.rb
spec/strings_spec.rb
spec/subscription_spec.rb
spec/support/shared_examples/bitwise_operation.rb
spec/support/shared_examples/sortable.rb
spec/transactions_spec.rb
spec/upcase_method_name_spec.rb
Homepage
https://github.com/guilleiguaran/fakeredis
Licenses
MIT
Require paths
lib
Required ruby version
>= 0
Required rubygems version
>= 0
Rubygems version
3.4.1
Specification version
4
Summary
Fake (In-memory) driver for redis-rb.
Test files
spec/bitop_command_spec.rb
spec/command_executor_spec.rb
spec/compatibility_spec.rb
spec/connection_spec.rb
spec/fakeredis_spec.rb
spec/geo_set_spec.rb
spec/hashes_spec.rb
spec/hyper_log_logs_spec.rb
spec/keys_spec.rb
spec/lists_spec.rb
spec/memory_spec.rb
spec/server_spec.rb
spec/sets_spec.rb
spec/sort_method_spec.rb
spec/sorted_sets_spec.rb
spec/spec_helper.rb
spec/spec_helper_live_redis.rb
spec/strings_spec.rb
spec/subscription_spec.rb
spec/support/shared_examples/bitwise_operation.rb
spec/support/shared_examples/sortable.rb
spec/transactions_spec.rb
spec/upcase_method_name_spec.rb
Original platform
ruby
New platform
ruby