mock_redis 0.32.0 → 0.44.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (195) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +59 -0
  3. data/README.md +4 -4
  4. data/lib/mock_redis/database.rb +42 -13
  5. data/lib/mock_redis/geospatial_methods.rb +2 -2
  6. data/lib/mock_redis/hash_methods.rb +1 -1
  7. data/lib/mock_redis/list_methods.rb +37 -2
  8. data/lib/mock_redis/memory_method.rb +11 -0
  9. data/lib/mock_redis/multi_db_wrapper.rb +1 -1
  10. data/lib/mock_redis/pipelined_wrapper.rb +12 -14
  11. data/lib/mock_redis/set_methods.rb +18 -2
  12. data/lib/mock_redis/stream.rb +3 -3
  13. data/lib/mock_redis/string_methods.rb +33 -6
  14. data/lib/mock_redis/transaction_wrapper.rb +5 -7
  15. data/lib/mock_redis/utility_methods.rb +4 -2
  16. data/lib/mock_redis/version.rb +1 -1
  17. data/lib/mock_redis/zset.rb +4 -2
  18. data/lib/mock_redis/zset_methods.rb +13 -4
  19. data/lib/mock_redis.rb +5 -6
  20. metadata +20 -352
  21. data/.github/workflows/lint.yml +0 -31
  22. data/.github/workflows/tests.yml +0 -63
  23. data/.gitignore +0 -5
  24. data/.mailmap +0 -2
  25. data/.overcommit.yml +0 -21
  26. data/.rspec +0 -1
  27. data/.rubocop.yml +0 -148
  28. data/.rubocop_todo.yml +0 -35
  29. data/.simplecov +0 -4
  30. data/Gemfile +0 -13
  31. data/Rakefile +0 -2
  32. data/mock_redis.gemspec +0 -32
  33. data/spec/client_spec.rb +0 -29
  34. data/spec/cloning_spec.rb +0 -95
  35. data/spec/commands/append_spec.rb +0 -24
  36. data/spec/commands/auth_spec.rb +0 -7
  37. data/spec/commands/bgrewriteaof_spec.rb +0 -7
  38. data/spec/commands/bgsave_spec.rb +0 -7
  39. data/spec/commands/bitcount_spec.rb +0 -25
  40. data/spec/commands/bitfield_spec.rb +0 -169
  41. data/spec/commands/blpop_spec.rb +0 -53
  42. data/spec/commands/brpop_spec.rb +0 -59
  43. data/spec/commands/brpoplpush_spec.rb +0 -52
  44. data/spec/commands/connected_spec.rb +0 -7
  45. data/spec/commands/connection_spec.rb +0 -15
  46. data/spec/commands/dbsize_spec.rb +0 -18
  47. data/spec/commands/decr_spec.rb +0 -34
  48. data/spec/commands/decrby_spec.rb +0 -34
  49. data/spec/commands/del_spec.rb +0 -52
  50. data/spec/commands/disconnect_spec.rb +0 -7
  51. data/spec/commands/dump_spec.rb +0 -19
  52. data/spec/commands/echo_spec.rb +0 -11
  53. data/spec/commands/eval_spec.rb +0 -7
  54. data/spec/commands/evalsha_spec.rb +0 -10
  55. data/spec/commands/exists_spec.rb +0 -43
  56. data/spec/commands/expire_spec.rb +0 -111
  57. data/spec/commands/expireat_spec.rb +0 -47
  58. data/spec/commands/flushall_spec.rb +0 -38
  59. data/spec/commands/flushdb_spec.rb +0 -38
  60. data/spec/commands/future_spec.rb +0 -30
  61. data/spec/commands/geoadd_spec.rb +0 -58
  62. data/spec/commands/geodist_spec.rb +0 -118
  63. data/spec/commands/geohash_spec.rb +0 -52
  64. data/spec/commands/geopos_spec.rb +0 -55
  65. data/spec/commands/get_spec.rb +0 -31
  66. data/spec/commands/getbit_spec.rb +0 -34
  67. data/spec/commands/getrange_spec.rb +0 -22
  68. data/spec/commands/getset_spec.rb +0 -23
  69. data/spec/commands/hdel_spec.rb +0 -77
  70. data/spec/commands/hexists_spec.rb +0 -27
  71. data/spec/commands/hget_spec.rb +0 -28
  72. data/spec/commands/hgetall_spec.rb +0 -32
  73. data/spec/commands/hincrby_spec.rb +0 -58
  74. data/spec/commands/hincrbyfloat_spec.rb +0 -58
  75. data/spec/commands/hkeys_spec.rb +0 -19
  76. data/spec/commands/hlen_spec.rb +0 -19
  77. data/spec/commands/hmget_spec.rb +0 -46
  78. data/spec/commands/hmset_spec.rb +0 -69
  79. data/spec/commands/hscan_each_spec.rb +0 -48
  80. data/spec/commands/hscan_spec.rb +0 -27
  81. data/spec/commands/hset_spec.rb +0 -42
  82. data/spec/commands/hsetnx_spec.rb +0 -44
  83. data/spec/commands/hvals_spec.rb +0 -19
  84. data/spec/commands/incr_spec.rb +0 -34
  85. data/spec/commands/incrby_spec.rb +0 -44
  86. data/spec/commands/incrbyfloat_spec.rb +0 -44
  87. data/spec/commands/info_spec.rb +0 -62
  88. data/spec/commands/keys_spec.rb +0 -139
  89. data/spec/commands/lastsave_spec.rb +0 -8
  90. data/spec/commands/lindex_spec.rb +0 -49
  91. data/spec/commands/linsert_spec.rb +0 -68
  92. data/spec/commands/llen_spec.rb +0 -16
  93. data/spec/commands/lpop_spec.rb +0 -34
  94. data/spec/commands/lpush_spec.rb +0 -43
  95. data/spec/commands/lpushx_spec.rb +0 -46
  96. data/spec/commands/lrange_spec.rb +0 -51
  97. data/spec/commands/lrem_spec.rb +0 -80
  98. data/spec/commands/lset_spec.rb +0 -43
  99. data/spec/commands/ltrim_spec.rb +0 -45
  100. data/spec/commands/mapped_hmget_spec.rb +0 -29
  101. data/spec/commands/mapped_hmset_spec.rb +0 -47
  102. data/spec/commands/mapped_mget_spec.rb +0 -22
  103. data/spec/commands/mapped_mset_spec.rb +0 -19
  104. data/spec/commands/mapped_msetnx_spec.rb +0 -26
  105. data/spec/commands/mget_spec.rb +0 -65
  106. data/spec/commands/move_spec.rb +0 -147
  107. data/spec/commands/mset_spec.rb +0 -43
  108. data/spec/commands/msetnx_spec.rb +0 -40
  109. data/spec/commands/persist_spec.rb +0 -48
  110. data/spec/commands/pexpire_spec.rb +0 -86
  111. data/spec/commands/pexpireat_spec.rb +0 -48
  112. data/spec/commands/ping_spec.rb +0 -11
  113. data/spec/commands/pipelined_spec.rb +0 -114
  114. data/spec/commands/psetex_spec.rb +0 -44
  115. data/spec/commands/pttl_spec.rb +0 -41
  116. data/spec/commands/quit_spec.rb +0 -7
  117. data/spec/commands/randomkey_spec.rb +0 -20
  118. data/spec/commands/rename_spec.rb +0 -42
  119. data/spec/commands/renamenx_spec.rb +0 -41
  120. data/spec/commands/restore_spec.rb +0 -47
  121. data/spec/commands/rpop_spec.rb +0 -34
  122. data/spec/commands/rpoplpush_spec.rb +0 -50
  123. data/spec/commands/rpush_spec.rb +0 -43
  124. data/spec/commands/rpushx_spec.rb +0 -46
  125. data/spec/commands/sadd_spec.rb +0 -45
  126. data/spec/commands/save_spec.rb +0 -7
  127. data/spec/commands/scan_each_spec.rb +0 -39
  128. data/spec/commands/scan_spec.rb +0 -64
  129. data/spec/commands/scard_spec.rb +0 -18
  130. data/spec/commands/script_spec.rb +0 -9
  131. data/spec/commands/sdiff_spec.rb +0 -47
  132. data/spec/commands/sdiffstore_spec.rb +0 -58
  133. data/spec/commands/select_spec.rb +0 -61
  134. data/spec/commands/set_spec.rb +0 -119
  135. data/spec/commands/setbit_spec.rb +0 -55
  136. data/spec/commands/setex_spec.rb +0 -38
  137. data/spec/commands/setnx_spec.rb +0 -25
  138. data/spec/commands/setrange_spec.rb +0 -30
  139. data/spec/commands/sinter_spec.rb +0 -39
  140. data/spec/commands/sinterstore_spec.rb +0 -53
  141. data/spec/commands/sismember_spec.rb +0 -29
  142. data/spec/commands/smembers_spec.rb +0 -28
  143. data/spec/commands/smove_spec.rb +0 -41
  144. data/spec/commands/sort_list_spec.rb +0 -21
  145. data/spec/commands/sort_set_spec.rb +0 -21
  146. data/spec/commands/sort_zset_spec.rb +0 -21
  147. data/spec/commands/spop_spec.rb +0 -40
  148. data/spec/commands/srandmember_spec.rb +0 -49
  149. data/spec/commands/srem_spec.rb +0 -45
  150. data/spec/commands/sscan_each_spec.rb +0 -48
  151. data/spec/commands/sscan_spec.rb +0 -39
  152. data/spec/commands/strlen_spec.rb +0 -18
  153. data/spec/commands/sunion_spec.rb +0 -42
  154. data/spec/commands/sunionstore_spec.rb +0 -59
  155. data/spec/commands/ttl_spec.rb +0 -40
  156. data/spec/commands/type_spec.rb +0 -36
  157. data/spec/commands/unwatch_spec.rb +0 -7
  158. data/spec/commands/watch_spec.rb +0 -21
  159. data/spec/commands/xadd_spec.rb +0 -122
  160. data/spec/commands/xlen_spec.rb +0 -22
  161. data/spec/commands/xrange_spec.rb +0 -164
  162. data/spec/commands/xread_spec.rb +0 -66
  163. data/spec/commands/xrevrange_spec.rb +0 -130
  164. data/spec/commands/xtrim_spec.rb +0 -36
  165. data/spec/commands/zadd_spec.rb +0 -129
  166. data/spec/commands/zcard_spec.rb +0 -19
  167. data/spec/commands/zcount_spec.rb +0 -39
  168. data/spec/commands/zincrby_spec.rb +0 -31
  169. data/spec/commands/zinterstore_spec.rb +0 -130
  170. data/spec/commands/zpopmax_spec.rb +0 -60
  171. data/spec/commands/zpopmin_spec.rb +0 -60
  172. data/spec/commands/zrange_spec.rb +0 -80
  173. data/spec/commands/zrangebyscore_spec.rb +0 -83
  174. data/spec/commands/zrank_spec.rb +0 -29
  175. data/spec/commands/zrem_spec.rb +0 -43
  176. data/spec/commands/zremrangebyrank_spec.rb +0 -27
  177. data/spec/commands/zremrangebyscore_spec.rb +0 -35
  178. data/spec/commands/zrevrange_spec.rb +0 -56
  179. data/spec/commands/zrevrangebyscore_spec.rb +0 -58
  180. data/spec/commands/zrevrank_spec.rb +0 -29
  181. data/spec/commands/zscan_each_spec.rb +0 -48
  182. data/spec/commands/zscan_spec.rb +0 -26
  183. data/spec/commands/zscore_spec.rb +0 -22
  184. data/spec/commands/zunionstore_spec.rb +0 -137
  185. data/spec/mock_redis_spec.rb +0 -93
  186. data/spec/spec_helper.rb +0 -71
  187. data/spec/support/redis_multiplexer.rb +0 -123
  188. data/spec/support/shared_examples/does_not_cleanup_empty_strings.rb +0 -14
  189. data/spec/support/shared_examples/only_operates_on_hashes.rb +0 -15
  190. data/spec/support/shared_examples/only_operates_on_lists.rb +0 -15
  191. data/spec/support/shared_examples/only_operates_on_sets.rb +0 -15
  192. data/spec/support/shared_examples/only_operates_on_strings.rb +0 -13
  193. data/spec/support/shared_examples/only_operates_on_zsets.rb +0 -59
  194. data/spec/support/shared_examples/sorts_enumerables.rb +0 -56
  195. data/spec/transactions_spec.rb +0 -163
@@ -1,66 +0,0 @@
1
- require 'spec_helper'
2
-
3
- describe '#xread(keys, ids)' do
4
- before :all do
5
- sleep 1 - (Time.now.to_f % 1)
6
- @key = 'mock-redis-test:xread'
7
- @key1 = 'mock-redis-test:xread1'
8
- end
9
-
10
- it 'reads a single entry' do
11
- @redises.xadd(@key, { key: 'value' }, id: '1234567891234-0')
12
- expect(@redises.xread(@key, '0-0'))
13
- .to eq({ @key => [['1234567891234-0', { 'key' => 'value' }]] })
14
- end
15
-
16
- it 'reads multiple entries from the beginning of the stream' do
17
- @redises.xadd(@key, { key0: 'value0' }, id: '1234567891234-0')
18
- @redises.xadd(@key, { key1: 'value1' }, id: '1234567891234-1')
19
- expect(@redises.xread(@key, '0-0'))
20
- .to eq({ @key => [['1234567891234-0', { 'key0' => 'value0' }],
21
- ['1234567891234-1', { 'key1' => 'value1' }]] })
22
- end
23
-
24
- it 'reads entries greater than the ID passed' do
25
- @redises.xadd(@key, { key0: 'value0' }, id: '1234567891234-0')
26
- @redises.xadd(@key, { key1: 'value1' }, id: '1234567891234-1')
27
- expect(@redises.xread(@key, '1234567891234-0'))
28
- .to eq({ @key => [['1234567891234-1', { 'key1' => 'value1' }]] })
29
- end
30
-
31
- it 'reads from multiple streams' do
32
- @redises.xadd(@key, { key: 'value' }, id: '1234567891234-0')
33
- @redises.xadd(@key1, { key1: 'value1' }, id: '1234567891234-0')
34
- expect(@redises.xread([@key, @key1], %w[0-0 0-0]))
35
- .to eq({ @key => [['1234567891234-0', { 'key' => 'value' }]],
36
- @key1 => [['1234567891234-0', { 'key1' => 'value1' }]] })
37
- end
38
-
39
- it 'reads from multiple streams at the given IDs' do
40
- @redises.xadd(@key, { key: 'value0' }, id: '1234567891234-0')
41
- @redises.xadd(@key, { key: 'value1' }, id: '1234567891234-1')
42
- @redises.xadd(@key, { key: 'value2' }, id: '1234567891234-2')
43
- @redises.xadd(@key1, { key1: 'value0' }, id: '1234567891234-0')
44
- @redises.xadd(@key1, { key1: 'value1' }, id: '1234567891234-1')
45
- @redises.xadd(@key1, { key1: 'value2' }, id: '1234567891234-2')
46
- # The first stream won't return anything since we specify the last ID
47
- expect(@redises.xread([@key, @key1], %w[1234567891234-2 1234567891234-1]))
48
- .to eq({ @key1 => [['1234567891234-2', { 'key1' => 'value2' }]] })
49
- end
50
-
51
- it 'supports the block parameter' do
52
- @redises.xadd(@key, { key: 'value' }, id: '1234567891234-0')
53
- expect(@redises.xread(@key, '0-0', block: 1000))
54
- .to eq({ @key => [['1234567891234-0', { 'key' => 'value' }]] })
55
- end
56
-
57
- it 'limits results with count' do
58
- @redises.xadd(@key, { key: 'value' }, id: '1234567891234-0')
59
- @redises.xadd(@key, { key: 'value' }, id: '1234567891234-1')
60
- @redises.xadd(@key, { key: 'value' }, id: '1234567891234-2')
61
- expect(@redises.xread(@key, '0-0', count: 1))
62
- .to eq({ @key => [['1234567891234-0', { 'key' => 'value' }]] })
63
- expect(@redises.xread(@key, '1234567891234-0', count: 1))
64
- .to eq({ @key => [['1234567891234-1', { 'key' => 'value' }]] })
65
- end
66
- end
@@ -1,130 +0,0 @@
1
- require 'spec_helper'
2
-
3
- describe '#xrevrange(key, start, end)' do
4
- before { @key = 'mock-redis-test:xrevrange' }
5
-
6
- it 'finds an empty range' do
7
- expect(@redises.xrevrange(@key, '-', '+')).to eq []
8
- end
9
-
10
- it 'finds a single entry with a full range' do
11
- @redises.xadd(@key, { key: 'value' }, id: '1234567891234-0')
12
- expect(@redises.xrevrange(@key, '+', '-'))
13
- .to eq [['1234567891234-0', { 'key' => 'value' }]]
14
- end
15
-
16
- it 'finds multiple key/value pairs with a full range' do
17
- @redises.xadd(@key, { key1: 'value1', key2: 'value2', key3: 'value3' }, id: '1234567891234-0')
18
- expect(@redises.xrevrange(@key, '+', '-'))
19
- .to eq [['1234567891234-0', { 'key1' => 'value1', 'key2' => 'value2', 'key3' => 'value3' }]]
20
- end
21
-
22
- context 'six items on the list' do
23
- before :each do
24
- @redises.xadd(@key, { key1: 'value1' }, id: '1234567891234-0')
25
- @redises.xadd(@key, { key2: 'value2' }, id: '1234567891245-0')
26
- @redises.xadd(@key, { key3: 'value3' }, id: '1234567891245-1')
27
- @redises.xadd(@key, { key4: 'value4' }, id: '1234567891278-0')
28
- @redises.xadd(@key, { key5: 'value5' }, id: '1234567891278-1')
29
- @redises.xadd(@key, { key6: 'value6' }, id: '1234567891299-0')
30
- end
31
-
32
- it 'returns entries in sequential order' do
33
- expect(@redises.xrevrange(@key, '+', '-')).to eq(
34
- [
35
- ['1234567891299-0', { 'key6' => 'value6' }],
36
- ['1234567891278-1', { 'key5' => 'value5' }],
37
- ['1234567891278-0', { 'key4' => 'value4' }],
38
- ['1234567891245-1', { 'key3' => 'value3' }],
39
- ['1234567891245-0', { 'key2' => 'value2' }],
40
- ['1234567891234-0', { 'key1' => 'value1' }],
41
- ]
42
- )
43
- end
44
-
45
- it 'returns entries with a lower limit' do
46
- expect(@redises.xrevrange(@key, '+', '1234567891239-0')).to eq(
47
- [
48
- ['1234567891299-0', { 'key6' => 'value6' }],
49
- ['1234567891278-1', { 'key5' => 'value5' }],
50
- ['1234567891278-0', { 'key4' => 'value4' }],
51
- ['1234567891245-1', { 'key3' => 'value3' }],
52
- ['1234567891245-0', { 'key2' => 'value2' }],
53
- ]
54
- )
55
- end
56
-
57
- it 'returns entries with an upper limit' do
58
- expect(@redises.xrevrange(@key, '1234567891285-0', '-')).to eq(
59
- [
60
- ['1234567891278-1', { 'key5' => 'value5' }],
61
- ['1234567891278-0', { 'key4' => 'value4' }],
62
- ['1234567891245-1', { 'key3' => 'value3' }],
63
- ['1234567891245-0', { 'key2' => 'value2' }],
64
- ['1234567891234-0', { 'key1' => 'value1' }],
65
- ]
66
- )
67
- end
68
-
69
- it 'returns entries with both a lower and an upper limit' do
70
- expect(@redises.xrevrange(@key, '1234567891285-0', '1234567891239-0')).to eq(
71
- [
72
- ['1234567891278-1', { 'key5' => 'value5' }],
73
- ['1234567891278-0', { 'key4' => 'value4' }],
74
- ['1234567891245-1', { 'key3' => 'value3' }],
75
- ['1234567891245-0', { 'key2' => 'value2' }],
76
- ]
77
- )
78
- end
79
-
80
- it 'finds the list with sequence numbers' do
81
- expect(@redises.xrevrange(@key, '1234567891278-0', '1234567891245-1')).to eq(
82
- [
83
- ['1234567891278-0', { 'key4' => 'value4' }],
84
- ['1234567891245-1', { 'key3' => 'value3' }],
85
- ]
86
- )
87
- end
88
-
89
- it 'finds the list with lower bound without sequence numbers' do
90
- expect(@redises.xrevrange(@key, '+', '1234567891245')).to eq(
91
- [
92
- ['1234567891299-0', { 'key6' => 'value6' }],
93
- ['1234567891278-1', { 'key5' => 'value5' }],
94
- ['1234567891278-0', { 'key4' => 'value4' }],
95
- ['1234567891245-1', { 'key3' => 'value3' }],
96
- ['1234567891245-0', { 'key2' => 'value2' }],
97
- ]
98
- )
99
- end
100
-
101
- it 'finds the list with upper bound without sequence numbers' do
102
- expect(@redises.xrevrange(@key, '1234567891278', '-')).to eq(
103
- [
104
- ['1234567891278-1', { 'key5' => 'value5' }],
105
- ['1234567891278-0', { 'key4' => 'value4' }],
106
- ['1234567891245-1', { 'key3' => 'value3' }],
107
- ['1234567891245-0', { 'key2' => 'value2' }],
108
- ['1234567891234-0', { 'key1' => 'value1' }],
109
- ]
110
- )
111
- end
112
-
113
- it 'returns a limited number of items' do
114
- expect(@redises.xrevrange(@key, count: 2)).to eq(
115
- [
116
- ['1234567891299-0', { 'key6' => 'value6' }],
117
- ['1234567891278-1', { 'key5' => 'value5' }],
118
- ]
119
- )
120
- end
121
- end
122
-
123
- it 'raises an invalid stream id error' do
124
- expect { @redises.xrevrange(@key, 'X', '-') }
125
- .to raise_error(
126
- Redis::CommandError,
127
- 'ERR Invalid stream ID specified as stream command argument'
128
- )
129
- end
130
- end
@@ -1,36 +0,0 @@
1
- require 'spec_helper'
2
-
3
- describe '#xtrim("mystream", 1000, approximate: true)' do
4
- before { @key = 'mock-redis-test:xtrim' }
5
-
6
- before :each do
7
- @redises.xadd(@key, { key1: 'value1' }, id: '1234567891234-0')
8
- @redises.xadd(@key, { key2: 'value2' }, id: '1234567891245-0')
9
- @redises.xadd(@key, { key3: 'value3' }, id: '1234567891245-1')
10
- @redises.xadd(@key, { key4: 'value4' }, id: '1234567891278-0')
11
- @redises.xadd(@key, { key5: 'value5' }, id: '1234567891278-1')
12
- @redises.xadd(@key, { key6: 'value6' }, id: '1234567891299-0')
13
- end
14
-
15
- it 'returns the number of elements deleted' do
16
- expect(@redises.xtrim(@key, 4)).to eq 2
17
- end
18
-
19
- it 'returns 0 if count is greater than size' do
20
- initial = @redises.xrange(@key, '-', '+')
21
- expect(@redises.xtrim(@key, 1000)).to eq 0
22
- expect(@redises.xrange(@key, '-', '+')).to eql(initial)
23
- end
24
-
25
- it 'deletes the oldes elements' do
26
- @redises.xtrim(@key, 4)
27
- expect(@redises.xrange(@key, '-', '+')).to eq(
28
- [
29
- ['1234567891245-1', { 'key3' => 'value3' }],
30
- ['1234567891278-0', { 'key4' => 'value4' }],
31
- ['1234567891278-1', { 'key5' => 'value5' }],
32
- ['1234567891299-0', { 'key6' => 'value6' }]
33
- ]
34
- )
35
- end
36
- end
@@ -1,129 +0,0 @@
1
- require 'spec_helper'
2
-
3
- describe '#zadd(key, score, member)' do
4
- before { @key = 'mock-redis-test:zadd' }
5
-
6
- it "returns true if member wasn't present in the set" do
7
- @redises.zadd(@key, 1, 'foo').should == true
8
- end
9
-
10
- it 'returns false if member was present in the set' do
11
- @redises.zadd(@key, 1, 'foo')
12
- @redises.zadd(@key, 1, 'foo').should == false
13
- end
14
-
15
- it 'adds member to the set' do
16
- @redises.zadd(@key, 1, 'foo')
17
- @redises.zrange(@key, 0, -1).should == ['foo']
18
- end
19
-
20
- it 'treats integer members as strings' do
21
- member = 11
22
- @redises.zadd(@key, 1, member)
23
- @redises.zrange(@key, 0, -1).should == [member.to_s]
24
- end
25
-
26
- it 'allows scores to be set to Float::INFINITY' do
27
- member = '1'
28
- @redises.zadd(@key, Float::INFINITY, member)
29
- @redises.zrange(@key, 0, -1).should == [member]
30
- end
31
-
32
- it 'updates the score' do
33
- @redises.zadd(@key, 1, 'foo')
34
- @redises.zadd(@key, 2, 'foo')
35
-
36
- @redises.zscore(@key, 'foo').should == 2.0
37
- end
38
-
39
- it 'with XX option command do nothing if element not exist' do
40
- @redises.zadd(@key, 1, 'foo')
41
- @redises.zadd(@key, 2, 'bar', xx: true)
42
- @redises.zrange(@key, 0, -1).should_not include 'bar'
43
- end
44
-
45
- it 'with XX option command update index on exist element' do
46
- @redises.zadd(@key, 1, 'foo')
47
- @redises.zadd(@key, 2, 'foo', xx: true)
48
- @redises.zscore(@key, 'foo').should == 2.0
49
- end
50
-
51
- it 'with XX option and multiple elements command update index on exist element' do
52
- @redises.zadd(@key, 1, 'foo')
53
- added_count = @redises.zadd(@key, [[2, 'foo'], [2, 'bar']], xx: true)
54
- added_count.should == 0
55
-
56
- @redises.zscore(@key, 'foo').should == 2.0
57
- @redises.zrange(@key, 0, -1).should_not include 'bar'
58
- end
59
-
60
- it "with NX option don't update current element" do
61
- @redises.zadd(@key, 1, 'foo')
62
- @redises.zadd(@key, 2, 'foo', nx: true)
63
- @redises.zscore(@key, 'foo').should == 1.0
64
- end
65
-
66
- it 'with NX option create new element' do
67
- @redises.zadd(@key, 1, 'foo')
68
- @redises.zadd(@key, 2, 'bar', nx: true)
69
- @redises.zrange(@key, 0, -1).should include 'bar'
70
- end
71
-
72
- it 'with NX option and multiple elements command only create element' do
73
- @redises.zadd(@key, 1, 'foo')
74
- added_count = @redises.zadd(@key, [[2, 'foo'], [2, 'bar']], nx: true)
75
- added_count.should == 1
76
- @redises.zscore(@key, 'bar').should == 2.0
77
- @redises.zrange(@key, 0, -1).should eq %w[foo bar]
78
- end
79
-
80
- it 'XX and NX options in same time raise error' do
81
- lambda do
82
- @redises.zadd(@key, 1, 'foo', nx: true, xx: true)
83
- end.should raise_error(Redis::CommandError)
84
- end
85
-
86
- it 'with INCR is act like zincrby' do
87
- @redises.zadd(@key, 10, 'bert', incr: true).should == 10.0
88
- @redises.zadd(@key, 3, 'bert', incr: true).should == 13.0
89
- end
90
-
91
- it 'with INCR and XX not create element' do
92
- @redises.zadd(@key, 10, 'bert', xx: true, incr: true).should be_nil
93
- end
94
-
95
- it 'with INCR and XX increase score for exist element' do
96
- @redises.zadd(@key, 2, 'bert')
97
- @redises.zadd(@key, 10, 'bert', xx: true, incr: true).should == 12.0
98
- end
99
-
100
- it 'with INCR and NX create element with score' do
101
- @redises.zadd(@key, 11, 'bert', nx: true, incr: true).should == 11.0
102
- end
103
-
104
- it 'with INCR and NX not update element' do
105
- @redises.zadd(@key, 1, 'bert')
106
- @redises.zadd(@key, 10, 'bert', nx: true, incr: true).should be_nil
107
- end
108
-
109
- it 'with INCR with variable number of arguments raise error' do
110
- lambda do
111
- @redises.zadd(@key, [[1, 'one'], [2, 'two']], incr: true)
112
- end.should raise_error(Redis::CommandError)
113
- end
114
-
115
- it 'supports a variable number of arguments' do
116
- @redises.zadd(@key, [[1, 'one'], [2, 'two']])
117
- @redises.zadd(@key, [[3, 'three']])
118
- @redises.zrange(@key, 0, -1).should == %w[one two three]
119
- end
120
-
121
- it 'raises an error if an empty array is given' do
122
- lambda do
123
- @redises.zadd(@key, [])
124
- end.should raise_error(Redis::CommandError)
125
- end
126
-
127
- it_should_behave_like 'arg 1 is a score'
128
- it_should_behave_like 'a zset-only command'
129
- end
@@ -1,19 +0,0 @@
1
- require 'spec_helper'
2
-
3
- describe '#zcard(key)' do
4
- before do
5
- @key = 'mock-redis-test:zcard'
6
- end
7
-
8
- it 'returns the number of elements in the zset' do
9
- @redises.zadd(@key, 1, 'Washington')
10
- @redises.zadd(@key, 2, 'Adams')
11
- @redises.zcard(@key).should == 2
12
- end
13
-
14
- it 'returns 0 for nonexistent sets' do
15
- @redises.zcard(@key).should == 0
16
- end
17
-
18
- it_should_behave_like 'a zset-only command'
19
- end
@@ -1,39 +0,0 @@
1
- require 'spec_helper'
2
-
3
- describe '#zcount(key, min, max)' do
4
- before do
5
- @key = 'mock-redis-test:zcount'
6
- @redises.zadd(@key, 1, 'Washington')
7
- @redises.zadd(@key, 2, 'Adams')
8
- @redises.zadd(@key, 3, 'Jefferson')
9
- @redises.zadd(@key, 4, 'Madison')
10
- end
11
-
12
- it 'returns the number of members in the zset with scores in (min..max)' do
13
- @redises.zcount(@key, 3, 10).should == 2
14
- end
15
-
16
- it 'returns 0 if there are no such members' do
17
- @redises.zcount(@key, 100, 200).should == 0
18
- end
19
-
20
- it 'returns count of all elements when -inf to +inf' do
21
- @redises.zcount(@key, '-inf', '+inf').should == 4
22
- end
23
-
24
- it 'returns a proper count of elements using +inf upper bound' do
25
- @redises.zcount(@key, 3, '+inf').should == 2
26
- end
27
-
28
- it 'returns a proper count of elements using exclusive lower bound' do
29
- @redises.zcount(@key, '(3', '+inf').should == 1
30
- end
31
-
32
- it 'returns a proper count of elements using exclusive upper bound' do
33
- @redises.zcount(@key, '-inf', '(3').should == 2
34
- end
35
-
36
- it_should_behave_like 'arg 1 is a score'
37
- it_should_behave_like 'arg 2 is a score'
38
- it_should_behave_like 'a zset-only command'
39
- end
@@ -1,31 +0,0 @@
1
- require 'spec_helper'
2
-
3
- describe '#zincrby(key, increment, member)' do
4
- before do
5
- @key = 'mock-redis-test:zincrby'
6
- @redises.zadd(@key, 1, 'bert')
7
- end
8
-
9
- it 'returns the new score as a string' do
10
- @redises.zincrby(@key, 10, 'bert').should == 11.0
11
- end
12
-
13
- it "updates the item's score" do
14
- @redises.zincrby(@key, 10, 'bert')
15
- @redises.zscore(@key, 'bert').should == 11.0
16
- end
17
-
18
- it 'handles integer members correctly' do
19
- member = 11
20
- @redises.zadd(@key, 1, member)
21
- @redises.zincrby(@key, 1, member)
22
- @redises.zscore(@key, member).should == 2.0
23
- end
24
-
25
- it 'adds missing members with score increment' do
26
- @redises.zincrby(@key, 5.5, 'bigbird').should == 5.5
27
- end
28
-
29
- it_should_behave_like 'arg 1 is a score'
30
- it_should_behave_like 'a zset-only command'
31
- end
@@ -1,130 +0,0 @@
1
- require 'spec_helper'
2
-
3
- describe '#zinterstore(destination, keys, [:weights => [w,w,], [:aggregate => :sum|:min|:max])' do
4
- before do
5
- @odds = 'mock-redis-test:zinterstore:odds'
6
- @primes = 'mock-redis-test:zinterstore:primes'
7
- @dest = 'mock-redis-test:zinterstore:dest'
8
-
9
- @redises.zadd(@odds, 1, 'one')
10
- @redises.zadd(@odds, 3, 'three')
11
- @redises.zadd(@odds, 5, 'five')
12
- @redises.zadd(@odds, 7, 'seven')
13
- @redises.zadd(@odds, 9, 'nine')
14
-
15
- @redises.zadd(@primes, 2, 'two')
16
- @redises.zadd(@primes, 3, 'three')
17
- @redises.zadd(@primes, 5, 'five')
18
- @redises.zadd(@primes, 7, 'seven')
19
- end
20
-
21
- it 'returns the number of elements in the new set' do
22
- @redises.zinterstore(@dest, [@odds, @primes]).should == 3
23
- end
24
-
25
- it "sums the members' scores by default" do
26
- @redises.zinterstore(@dest, [@odds, @primes])
27
- @redises.zrange(@dest, 0, -1, :with_scores => true).should ==
28
- [['three', 6.0], ['five', 10.0], ['seven', 14.0]]
29
- end
30
-
31
- it 'removes existing elements in destination' do
32
- @redises.zadd(@dest, 10, 'ten')
33
-
34
- @redises.zinterstore(@dest, [@primes])
35
- @redises.zrange(@dest, 0, -1, :with_scores => true).should ==
36
- [['two', 2.0], ['three', 3.0], ['five', 5.0], ['seven', 7.0]]
37
- end
38
-
39
- it 'raises an error if keys is empty' do
40
- lambda do
41
- @redises.zinterstore(@dest, [])
42
- end.should raise_error(Redis::CommandError)
43
- end
44
-
45
- context 'when used with a set' do
46
- before do
47
- @primes_text = 'mock-redis-test:zinterstore:primes-text'
48
-
49
- @redises.sadd(@primes_text, 'two')
50
- @redises.sadd(@primes_text, 'three')
51
- @redises.sadd(@primes_text, 'five')
52
- @redises.sadd(@primes_text, 'seven')
53
- end
54
-
55
- it 'returns the number of elements in the new set' do
56
- @redises.zinterstore(@dest, [@odds, @primes_text]).should == 3
57
- end
58
-
59
- it 'sums the scores, substituting 1.0 for set values' do
60
- @redises.zinterstore(@dest, [@odds, @primes_text])
61
- @redises.zrange(@dest, 0, -1, :with_scores => true).should ==
62
- [['three', 4.0], ['five', 6.0], ['seven', 8.0]]
63
- end
64
- end
65
-
66
- context 'when used with a non-coercible structure' do
67
- before do
68
- @non_set = 'mock-redis-test:zinterstore:non-set'
69
-
70
- @redises.set(@non_set, 'one')
71
- end
72
- it 'raises an error for wrong value type' do
73
- lambda do
74
- @redises.zinterstore(@dest, [@odds, @non_set])
75
- end.should raise_error(Redis::CommandError)
76
- end
77
- end
78
-
79
- context 'the :weights argument' do
80
- it 'multiplies the scores by the weights while aggregating' do
81
- @redises.zinterstore(@dest, [@odds, @primes], :weights => [2, 3])
82
- @redises.zrange(@dest, 0, -1, :with_scores => true).should ==
83
- [['three', 15.0], ['five', 25.0], ['seven', 35.0]]
84
- end
85
-
86
- it 'raises an error if the number of weights != the number of keys' do
87
- lambda do
88
- @redises.zinterstore(@dest, [@odds, @primes], :weights => [1, 2, 3])
89
- end.should raise_error(Redis::CommandError)
90
- end
91
- end
92
-
93
- context 'the :aggregate argument' do
94
- before do
95
- @smalls = 'mock-redis-test:zinterstore:smalls'
96
- @bigs = 'mock-redis-test:zinterstore:bigs'
97
-
98
- @redises.zadd(@smalls, 1, 'bert')
99
- @redises.zadd(@smalls, 2, 'ernie')
100
- @redises.zadd(@bigs, 100, 'bert')
101
- @redises.zadd(@bigs, 200, 'ernie')
102
- end
103
-
104
- it 'aggregates scores with min when :aggregate => :min is specified' do
105
- @redises.zinterstore(@dest, [@bigs, @smalls], :aggregate => :min)
106
- @redises.zrange(@dest, 0, -1, :with_scores => true).should ==
107
- [['bert', 1.0], ['ernie', 2.0]]
108
- end
109
-
110
- it 'aggregates scores with max when :aggregate => :max is specified' do
111
- @redises.zinterstore(@dest, [@bigs, @smalls], :aggregate => :max)
112
- @redises.zrange(@dest, 0, -1, :with_scores => true).should ==
113
- [['bert', 100.0], ['ernie', 200.0]]
114
- end
115
-
116
- it "allows 'min', 'MIN', etc. as aliases for :min" do
117
- @redises.zinterstore(@dest, [@bigs, @smalls], :aggregate => 'min')
118
- @redises.zscore(@dest, 'bert').should == 1.0
119
-
120
- @redises.zinterstore(@dest, [@bigs, @smalls], :aggregate => 'MIN')
121
- @redises.zscore(@dest, 'bert').should == 1.0
122
- end
123
-
124
- it 'raises an error for unknown aggregation function' do
125
- lambda do
126
- @redises.zinterstore(@dest, [@bigs, @smalls], :aggregate => :mix)
127
- end.should raise_error(Redis::CommandError)
128
- end
129
- end
130
- end
@@ -1,60 +0,0 @@
1
- require 'spec_helper'
2
-
3
- describe '#zpopmax(key, count)' do
4
- before(:each) do
5
- @key = 'mock-redis-test:zpopmax'
6
- @redises.del(@key)
7
- @redises.zadd(@key, 1, 'one')
8
- @redises.zadd(@key, 2, 'two')
9
- @redises.zadd(@key, 3, 'three')
10
- end
11
-
12
- context 'when count is unspecified' do
13
- it 'returns nil if the set does not exist' do
14
- @redises.zpopmax('does-not-exist').should nil
15
- end
16
-
17
- it 'returns the highest ranked element' do
18
- @redises.zpopmax(@key).should == ['three', 3]
19
- @redises.zcard(@key).should == 2
20
- end
21
- end
22
-
23
- context 'when count is 1' do
24
- let(:count) { 1 }
25
-
26
- it 'returns nil if the set does not exist' do
27
- @redises.zpopmax('does-not-exist', count).should nil
28
- end
29
-
30
- it 'returns the highest ranked element' do
31
- @redises.zpopmax(@key, count).should == ['three', 3]
32
- @redises.zcard(@key).should == 2
33
- end
34
- end
35
-
36
- context 'when count is greater than 1' do
37
- let(:count) { 2 }
38
-
39
- it 'returns empty array if the set does not exist' do
40
- @redises.zpopmax('does-not-exist', count).should == []
41
- end
42
-
43
- it 'returns the highest ranked elements' do
44
- @redises.zpopmax(@key, count).should == [['three', 3], ['two', 2]]
45
- @redises.zcard(@key).should == 1
46
- end
47
- end
48
-
49
- context 'when count is greater than the size of the set' do
50
- let(:count) { 4 }
51
-
52
- it 'returns the entire set' do
53
- before = @redises.zrange(@key, 0, count, with_scores: true).reverse
54
- @redises.zpopmax(@key, count).should == before
55
- @redises.zcard(@key).should == 0
56
- end
57
- end
58
-
59
- it_should_behave_like 'a zset-only command'
60
- end