Redis的Ruby开发包redis-rb.zip

时间:2022-08-05 22:23:11
【文件属性】:
文件名称:Redis的Ruby开发包redis-rb.zip
文件大小:70KB
文件格式:ZIP
更新时间:2022-08-05 22:23:11
开源项目 redis-rb 是 Redis 最为成熟而且稳定的客户端开发包,要求先装 hiredis gem ,这样可发挥最高的性能。 示例代码: require "redis"redis = Redis.new(:host => "10.0.1.1", :port => 6380) 标签:redis
【文件预览】:
redis-rb-master
----redis.gemspec(1KB)
----.gitignore(72B)
----README.md(172B)
----CHANGELOG.md(4KB)
----test()
--------distributed_commands_on_strings_test.rb(1KB)
--------distributed_transactions_test.rb(630B)
--------commands_on_value_types_test.rb(2KB)
--------helper_test.rb(293B)
--------distributed_commands_on_value_types_test.rb(2KB)
--------redis_mock.rb(2KB)
--------distributed_publish_subscribe_test.rb(2KB)
--------db()
--------commands_on_lists_test.rb(1KB)
--------unknown_commands_test.rb(237B)
--------distributed_persistence_control_commands_test.rb(420B)
--------distributed_commands_requiring_clustering_test.rb(4KB)
--------url_param_test.rb(2KB)
--------distributed_commands_on_hashes_test.rb(240B)
--------distributed_key_tags_test.rb(1KB)
--------distributed_internals_test.rb(738B)
--------thread_safety_test.rb(485B)
--------remote_server_control_commands_test.rb(2KB)
--------distributed_commands_on_lists_test.rb(496B)
--------commands_on_sets_test.rb(1KB)
--------encoding_test.rb(323B)
--------distributed_connection_handling_test.rb(400B)
--------commands_on_hashes_test.rb(390B)
--------helper.rb(3KB)
--------publish_subscribe_test.rb(3KB)
--------sorting_test.rb(1KB)
--------test.conf(140B)
--------distributed_commands_on_sets_test.rb(2KB)
--------persistence_control_commands_test.rb(315B)
--------commands_on_sorted_sets_test.rb(3KB)
--------distributed_remote_server_control_commands_test.rb(992B)
--------error_replies_test.rb(1KB)
--------distributed_test.rb(1KB)
--------synchrony_driver.rb(1KB)
--------connection_handling_test.rb(5KB)
--------pipelining_commands_test.rb(4KB)
--------distributed_commands_on_sorted_sets_test.rb(380B)
--------distributed_blocking_commands_test.rb(1KB)
--------distributed_sorting_test.rb(448B)
--------transactions_test.rb(4KB)
--------internals_test.rb(3KB)
--------lint()
--------commands_on_strings_test.rb(2KB)
--------command_map_test.rb(521B)
----examples()
--------basic.rb(124B)
--------list.rb(443B)
--------pubsub.rb(697B)
--------incr-decr.rb(198B)
--------unicorn()
--------dist_redis.rb(809B)
--------sets.rb(503B)
----LICENSE(1KB)
----.yardopts(68B)
----TODO.md(127B)
----lib()
--------redis.rb(49KB)
--------redis()
----Rakefile(6KB)
----benchmarking()
--------worker.rb(1KB)
--------suite.rb(691B)
--------pipeline.rb(877B)
--------speed.rb(314B)
--------logging.rb(1KB)

网友评论