examples/basic.rb | 100644 | 0 | 0 | | | 125 Bytes | 9cdee5f0859753f1ec5c2474afa36c95dd9edf2ad502f3f89c6e7f085212a795 |
.gitignore | 100644 | 0 | 0 | | | 89 Bytes | 87c7268b7148d288cb82b287bb1a8a20bf5a90d12ed3f7f655cf992b4c97ca1d |
.order | 100644 | 0 | 0 | | | 2.29 KB | e3fe39a99013a41bcad6c07bd6a6de5f54547f2f7da4c649395ce22900d20395 |
.travis.yml | 100644 | 0 | 0 | | | 1.03 KB | d8ebf104e87618624cdc44cf2526e02f7e02ee88efe00c0fda6f50be5de7d0a3 |
.travis/Gemfile | 100644 | 0 | 0 | | | 161 Bytes | 0b5d9af7c0c895a9618086ff6f22374fc4b219890b92e41de6a06a5405439996 |
.yardopts | 100644 | 0 | 0 | | | 68 Bytes | 977914d2efdef34676a90a62eab8145b8149ab1cc58bcec1267f3c5f206c5d04 |
CHANGELOG.md | 100644 | 0 | 0 | | | 8.21 KB | c8232a541dfa4e22fe6fd8f4223d88df59089ea0524f115afcdd456b5f9778f7 |
LICENSE | 100644 | 0 | 0 | | | 1.04 KB | ef807cea2628b4819efcd500a9fa958d8c824df8b05bfbbce63ea19a7e48ec77 |
README.md | 100644 | 0 | 0 | | | 6.88 KB | e1d62a99dbee86981fb9ecb0dbadbdd0bd1d8c75d9543d548f133e05808f6429 |
Rakefile | 100644 | 0 | 0 | | | 8.65 KB | 7f694dfb886f85d92e68a0f96fa7281eb4f39a1bdd6855cfc224dac89de68f12 |
benchmarking/logging.rb | 100644 | 0 | 0 | | | 1.27 KB | 5d814d0369f6315132aa194cc78465bfde149208c58aa01670a8b09bfb99ce9b |
benchmarking/pipeline.rb | 100644 | 0 | 0 | | | 878 Bytes | 24a8284c3d6e98a178fb5f60a81f5c7810eb6abd58b5030c910d9d64811cc806 |
benchmarking/speed.rb | 100644 | 0 | 0 | | | 315 Bytes | e75dfa8ed23c19c63b8cb92f7af15397d523106c6d1bb8be6a9e122a493ee7ac |
benchmarking/suite.rb | 100644 | 0 | 0 | | | 691 Bytes | 87fd4a9edde66986ed2fee274206897ed027618ebdffacc7517ad521b29dc9dc |
benchmarking/worker.rb | 100644 | 0 | 0 | | | 1.44 KB | 9136be78344fdf289a463de757d80fa4f95035b7bf76c34f5ba9c822e3997762 |
examples/dist_redis.rb | 100644 | 0 | 0 | | | 811 Bytes | 8bdaf06b43ac3778a907629dabc25b6ab3dd84d71166509995719d94b217bf2d |
examples/incr-decr.rb | 100644 | 0 | 0 | | | 199 Bytes | 0a206d1a0732f6ef807fc66228c6c42dae00b325696ff1c703470d4cd07a5361 |
examples/list.rb | 100644 | 0 | 0 | | | 444 Bytes | ed6d030f42bb2c2aa95672d374e9b7dd8ddf0aa274a10a06a42e58b88662429e |
examples/pubsub.rb | 100644 | 0 | 0 | | | 824 Bytes | 613f365800206a6306405f5ec3935a935aaf3b0769ee470eff7cc38ce7b8d18e |
examples/sets.rb | 100644 | 0 | 0 | | | 504 Bytes | 3ece4673c6ecee5169c56e620c75ba6eb5aadb79113d6ad9999ce9d54a3888f2 |
examples/unicorn/config.ru | 100644 | 0 | 0 | | | 91 Bytes | 4788d013fc5ff22e39bf6a831e5047637ca5c9dbe7d29d772b7c331e67a407d4 |
examples/unicorn/unicorn.rb | 100644 | 0 | 0 | | | 523 Bytes | 675fa8610a988bcc8fbee1523bc22cf7b9a57aa73daddd57278f82a7347e745b |
lib/redis2.rb | 100644 | 0 | 0 | | | 66.3 KB | 25871251e99641a9b833b75b2355a2920c595b92c0df31b1479ca0f1e0121c76 |
lib/redis2/client.rb | 100644 | 0 | 0 | | | 9.6 KB | a1b94939d4be938e1c608f1c762da412e5bdeaa0a40e314b72a7f4cfa701ac1d |
lib/redis2/connection.rb | 100644 | 0 | 0 | | | 525 Bytes | 01d5aa1f281ccc0f6c8ef5b86da3919efb26da801d57f4b7d72f803bf6a9ca35 |
lib/redis2/connection/command_helper.rb | 100644 | 0 | 0 | | | 875 Bytes | 800bcca0427e2adaf845e9e127beb3d8a08b57b25e60a959d75087d3ec7d4088 |
lib/redis2/connection/hiredis.rb | 100644 | 0 | 0 | | | 1.5 KB | e602df24823a4fb2dc5c84d7628e32fa770700152962b69ff786e14d6c881a95 |
lib/redis2/connection/registry.rb | 100644 | 0 | 0 | | | 358 Bytes | 7c3537c5bcb3be8457889695b4af28196f18d97085ca9626af75d8cb132529b3 |
lib/redis2/connection/ruby.rb | 100644 | 0 | 0 | | | 8.16 KB | b635defe34156c0ceddf163adac69b510d6d982739d9779520a622f1f8a81647 |
lib/redis2/connection/synchrony.rb | 100644 | 0 | 0 | | | 2.68 KB | 2530ac2aa3a67ab3f06d7bf5bb2095f68436e4345ed81df43fde6a619a8bab9f |
lib/redis2/distributed.rb | 100644 | 0 | 0 | | | 21.4 KB | 5ff7708bd21aa13845abf58c30c66f5b9b6950c48b48f0a15385e91f64a52563 |
lib/redis2/errors.rb | 100644 | 0 | 0 | | | 1.07 KB | fd5595ef103303fab02f7c56ef54971253f7eb989f9b47c949bad9d269c74c4a |
lib/redis2/hash_ring.rb | 100644 | 0 | 0 | | | 3.43 KB | 5124b1cc9d493807891d0d29a6b3b2d4eca9a4edadde31ed8753867660c277d2 |
lib/redis2/pipeline.rb | 100644 | 0 | 0 | | | 3.01 KB | 53679cf769cc3504e25f0518c36431e41e3f8a0493b064d9b4621e5bbaad4ab3 |
lib/redis2/subscribe.rb | 100644 | 0 | 0 | | | 1.68 KB | 18e7fcaf1775f161a0e865daa55c3b45ae79c656fd361c3e3bcc0c1824e19951 |
lib/redis2/version.rb | 100644 | 0 | 0 | | | 37 Bytes | 6ce97a1c25ea68e25740e153f4dd42fa89a1743d2ceee35805ee006b7afc475f |
redis.gemspec | 100644 | 0 | 0 | | | 1.05 KB | 5f1c5685df0e136a72cce6e2642b8a3e1944056dcdf049eb58a91f62a18e87de |
test/bitpos_test.rb | 100644 | 0 | 0 | | | 1.53 KB | 1324670d9d0ae7e14e135f6f599a01389f1b108aa91bc0df44d20c9d1e074778 |
test/blocking_commands_test.rb | 100644 | 0 | 0 | | | 975 Bytes | d2f92f3f0a0c06f9cc4e015be75ff1f16a3a280b634a324c1bfd4375acf69a4d |
test/command_map_test.rb | 100644 | 0 | 0 | | | 585 Bytes | 682f0d131ab171050130c7499c83353ca2bfa2420cf8f230ddbf77049f53d1ed |
test/commands_on_hashes_test.rb | 100644 | 0 | 0 | | | 459 Bytes | fedc599ae3a4c3571b1581f1b01dcc46216cf0d87f7f39abfc62cd8bde396437 |
test/commands_on_lists_test.rb | 100644 | 0 | 0 | | | 478 Bytes | ef47f5803bbd772717f78c7474da53fb0aaa5d6a147b4e2d992094205d50a2f9 |
test/commands_on_sets_test.rb | 100644 | 0 | 0 | | | 1.46 KB | 6009673ee37944fc443e22f2db6c85a55f4a724b320f9ebe87b45e56f777743a |
test/commands_on_sorted_sets_test.rb | 100644 | 0 | 0 | | | 3.23 KB | 44926dd77353d1d6ce4a13a39c06d8de585c51faf2f384dd8710c0378fd0deb5 |
test/commands_on_strings_test.rb | 100644 | 0 | 0 | | | 2.41 KB | 675d587790f33d09a3b9dce77cb2467e15ef51fab90a580a480fe612a45cb4be |
test/commands_on_value_types_test.rb | 100644 | 0 | 0 | | | 2.94 KB | c542eb1481f25bdba4b5faab10d710742ba382c27cdaf6760f0015e7d10275ad |
test/connection_handling_test.rb | 100644 | 0 | 0 | | | 4.47 KB | 156e5accb7937c1ff43f49f531c807f2f499d3f463ed8969b9470ffc5901d0be |
test/db/.gitkeep | 100644 | 0 | 0 | | | 0 Bytes | e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 |
test/distributed_blocking_commands_test.rb | 100644 | 0 | 0 | | | 1.07 KB | 940b1e595fac78b89b6148c76e8e1c41fe1b5fc3379bd413a8fbd62337c695a9 |
test/distributed_commands_on_hashes_test.rb | 100644 | 0 | 0 | | | 220 Bytes | 253a3e4bf805fa9822e541f57bf8200de235b30ce9777e086d0720e7757ed534 |
test/distributed_commands_on_lists_test.rb | 100644 | 0 | 0 | | | 486 Bytes | a2be93ea92348d38f2025d01b6168540ae733195596c5202c88f7af2e8cb4065 |
test/distributed_commands_on_sets_test.rb | 100644 | 0 | 0 | | | 1.67 KB | 053e875ace36c948f5a7b5771afdbfc92776f2efdde65fe0975b18494817dbe9 |
test/support/redis_mock.rb | 100644 | 0 | 0 | | | 2.86 KB | 386a93694529d3107d045953b08063cd4d9070a5875eaab5451ea0a16cd19199 |
test/distributed_commands_on_sorted_sets_test.rb | 100644 | 0 | 0 | | | 379 Bytes | 00d0511d3758c50920b6ffc4623676db4a7f757dc7402756d4206378969cf145 |
test/distributed_commands_on_strings_test.rb | 100644 | 0 | 0 | | | 1.27 KB | 42b672ce592c48b15c34bbbc630d35e3f500980f42913ba8a7127c0c21fc5cbe |
test/distributed_commands_on_value_types_test.rb | 100644 | 0 | 0 | | | 1.79 KB | e4b3f98cd55fb0d1b194f5abb96a07fb4b6ae47991bd0fe7ce06d8b68d01d522 |
test/distributed_commands_requiring_clustering_test.rb | 100644 | 0 | 0 | | | 4.3 KB | bae2e0c1e88a9976964e594e9275ff1d8d55dbdcde7d5baca5ab03968f3852b8 |
test/distributed_connection_handling_test.rb | 100644 | 0 | 0 | | | 389 Bytes | a80e90b2cbbb48ea0c084354323b41b7b9253a428cf753d3e42176a8be6ce4fc |
test/distributed_internals_test.rb | 100644 | 0 | 0 | | | 2.39 KB | 6bc9d5c78a7e0493ece574c44b1f799dad63b28fbeb0d3ea9ec8f235b986ce87 |
test/distributed_key_tags_test.rb | 100644 | 0 | 0 | | | 1.34 KB | 4ec82890e36df27b1b43ec4eddb6123cf4f4620c62d737619053d4ffbf1b1ad5 |
test/distributed_persistence_control_commands_test.rb | 100644 | 0 | 0 | | | 593 Bytes | 78140b13a8d6f56e411d12c4ad856ff27e64cdd5241349e9da5f3dec1158a54b |
test/distributed_publish_subscribe_test.rb | 100644 | 0 | 0 | | | 1.94 KB | 24dd0541ff7b50fdac87fe70ad130b65b782435ef4c7bb098f6c3ef3dc5b3453 |
test/distributed_remote_server_control_commands_test.rb | 100644 | 0 | 0 | | | 1.45 KB | 559f0fbadfa92a2490f10a68a2766f25dd8f56bc8f060215c65b2b7de0469b52 |
test/distributed_scripting_test.rb | 100644 | 0 | 0 | | | 2.94 KB | 4a8f263c44346b86bc4fc9608f669b538a499d2214f9712066f5732684323aae |
test/distributed_sorting_test.rb | 100644 | 0 | 0 | | | 419 Bytes | ef0f1a6dbf96972afc955cd853b81f5d4e86c54615ffcf9611f098e515652caf |
test/distributed_test.rb | 100644 | 0 | 0 | | | 1.5 KB | ee7cdbde4fd19983d00a4d01759ceffca77890895bdd466b5e4983d983584c9c |
test/distributed_transactions_test.rb | 100644 | 0 | 0 | | | 625 Bytes | 7857bf86a18831a201413e9f58bceaff9fc468396869244a190f49b4d1ec9273 |
test/encoding_test.rb | 100644 | 0 | 0 | | | 385 Bytes | 44d328de50f320190d12cf10e3b4a64389a61bcb5d704ee236cb53582a68f4b1 |
test/error_replies_test.rb | 100644 | 0 | 0 | | | 1.47 KB | 6af549b20354848f2e0bd446fcd1689fdf8a7849b19d14e98199f1fd8c0a0adf |
test/helper.rb | 100644 | 0 | 0 | | | 4.04 KB | 16a57983dc661b7e06c32b101cfbe0844b835398a9281fe761cb8a09b16b8981 |
test/helper_test.rb | 100644 | 0 | 0 | | | 404 Bytes | bc66fbb03647bd279eacb56ce0b4c7d311105ab04ad9086a139380db78e4c872 |
test/internals_test.rb | 100644 | 0 | 0 | | | 9.65 KB | 205689537f29d50acc0155dbaecf6eb665bd81d8809cdeb531836383422b0013 |
test/lint/blocking_commands.rb | 100644 | 0 | 0 | | | 4.43 KB | ba101ee822fd38f8f7af7821fb5d7beadd73efb4a288cc1c152e57fa9565a449 |
test/lint/hashes.rb | 100644 | 0 | 0 | | | 3.4 KB | a224a0beb8550bf2873f5a46f56f0da4d501f6b8b451fb73e4ec19b486fdb6e0 |
test/lint/lists.rb | 100644 | 0 | 0 | | | 3.05 KB | 126810836adecefe4fb8071b89ec45d31cc1a5aa6941be936a83edac20306066 |
test/lint/sets.rb | 100644 | 0 | 0 | | | 2.77 KB | 37851d10fa4ce7f8f19dfbd365f144d06b2a359f90229c127a14c053021aa1dc |
test/lint/sorted_sets.rb | 100644 | 0 | 0 | | | 7.93 KB | 5e362c9d09b6619b0ea3c54acc6cb1dd2b570200eef011a7622c3913e1cc8e5a |
test/lint/strings.rb | 100644 | 0 | 0 | | | 5.61 KB | c85cca6376c4d59c2a4b727e01746dbe29c9a3da2cfc56560fdaae043d7274cb |
test/lint/value_types.rb | 100644 | 0 | 0 | | | 2.41 KB | 6d6706c0e71e59df6bfc49d3c731e2023f9741348e8a9bd6f8b47d2b074200a9 |
test/persistence_control_commands_test.rb | 100644 | 0 | 0 | | | 571 Bytes | c466b15ebc8dfa6456c1c63bd045d418f083584442f9b53f1d12b576714794df |
test/pipelining_commands_test.rb | 100644 | 0 | 0 | | | 4.95 KB | 33e1470fcdd378f4ec58d4c4027846090b09219f268580e408e52a9a2477b8ee |
test/publish_subscribe_test.rb | 100644 | 0 | 0 | | | 4.3 KB | b3f62190653a52458843baae520390c40750c6558036312edef7c3fc0f1a87c0 |
test/remote_server_control_commands_test.rb | 100644 | 0 | 0 | | | 2.17 KB | 39522f58b7cea28a876f2796f5f3c324d5f044c33ee625262d33c2ed3796dabd |
test/scanning_test.rb | 100644 | 0 | 0 | | | 9.63 KB | ce0082f6c22604c005c87c1b05d08dda94e6cb5c8a3fc1dda72598408e17415f |
test/scripting_test.rb | 100644 | 0 | 0 | | | 2.37 KB | 5b8766f595168d5c23d6b7ba98fc6d8efc1cfe037ab02e2c91134dfdad780f74 |
test/sorting_test.rb | 100644 | 0 | 0 | | | 1.54 KB | 7722bc145dbb01763d353ed8113879dae542ebe81dd1a942e351d7baa2ae7ac2 |
test/support/connection/hiredis.rb | 100644 | 0 | 0 | | | 30 Bytes | 89bc665024b9a3777c8c1d283cd4f1d99c727ef1c02e1ba00d1be6630225cd78 |
test/support/connection/ruby.rb | 100644 | 0 | 0 | | | 30 Bytes | 89bc665024b9a3777c8c1d283cd4f1d99c727ef1c02e1ba00d1be6630225cd78 |
test/support/connection/synchrony.rb | 100644 | 0 | 0 | | | 191 Bytes | 7bcf23d1cb972456468a9065db6714ab1dd363b4fc7a992462941c1c6e000d93 |
test/support/wire/synchrony.rb | 100644 | 0 | 0 | | | 464 Bytes | bdf55a54c8d8349468459c7f2ce14016534bfdc3e5eea05b5a646dd3a175f677 |
test/support/wire/thread.rb | 100644 | 0 | 0 | | | 74 Bytes | 70b453a9a4bd57ef13d38c0bec5ea2581377036687ea97a082820f40ed588569 |
test/synchrony_driver.rb | 100644 | 0 | 0 | | | 1.72 KB | 2828d905f6edc63c8b28a3b3271e98d06b2a8a2ffa10645b8d181596d1beb022 |
test/test.conf | 100644 | 0 | 0 | | | 137 Bytes | 47a0fc4b615f1d0c208fa50bd195488d9f9871e8e70e09764a04616b3b252285 |
test/thread_safety_test.rb | 100644 | 0 | 0 | | | 614 Bytes | a2a404f639e78dde9c545f111c949a7f0845b1da81a5805db29ecb5fb2b77c36 |
test/transactions_test.rb | 100644 | 0 | 0 | | | 5.6 KB | 5fef88ba01bbcf684f90f2110e61aecc31ee467f6657bb539a9160ac65426d1b |
test/unknown_commands_test.rb | 100644 | 0 | 0 | | | 280 Bytes | 9b5cbe64dd0b307c6e81c43eeaa17339784a6004786fc98a24ac89dde086f654 |
test/url_param_test.rb | 100644 | 0 | 0 | | | 4.09 KB | 105a36cda33b9998a94f129e2d7ffa2cab58a014f92c286eba497f2563ecd95b |