summaryrefslogtreecommitdiff
path: root/tests/synctests
blob: b0de2d1ba93397cf792984c87d10cfb3625bf86c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
test_response_callbacks
test_case_insensitive_command_names
test_auth
test_command_on_invalid_key_type
test_acl_cat_no_category
test_acl_cat_with_category
test_acl_dryrun
test_acl_deluser
test_acl_genpass
test_acl_getuser_setuser
test_acl_help
test_acl_list
test_acl_log
test_acl_setuser_categories_without_prefix_fails
test_acl_setuser_commands_without_prefix_fails
test_acl_setuser_add_passwords_and_nopass_fails
test_acl_users
test_acl_whoami
test_client_list
test_client_info
test_client_list_types_not_replica
test_client_list_replica
test_client_list_client_id
test_client_id
test_client_trackinginfo
test_client_tracking
test_client_unblock
test_client_getname
test_client_setname
test_client_kill
test_client_kill_filter_invalid_params
test_client_kill_filter_by_id
test_client_kill_filter_by_addr
test_client_list_after_client_setname
test_client_kill_filter_by_laddr
test_client_kill_filter_by_user
test_client_pause
test_client_pause_all
test_client_unpause
test_client_no_evict
test_client_reply
test_client_getredir
test_hello_notI_implemented
test_config_get
test_config_get_multi_params
test_config_resetstat
test_config_set
test_config_set_multi_params
test_failover
test_dbsize
test_echo
test_info
test_info_multi_sections
test_lastsave
test_lolwut
test_reset
test_object
test_ping
test_quit
test_role
test_select
test_slowlog_get
test_slowlog_get_limit
test_slowlog_length
test_time
test_bgsave
test_never_decode_option
test_empty_response_option
test_append
test_bitcount
test_bitcount_mode
test_bitop_not_empty_string
test_bitop_not
test_bitop_not_in_place
test_bitop_single_string
test_bitop_string_operands
test_bitpos
test_bitpos_wrong_arguments
test_bitpos_mode
test_copy
test_copy_and_replace
test_copy_to_another_database
test_decr
test_decrby
test_delete
test_delete_with_multiple_keys
test_delitem
test_unlink
test_unlink_with_multiple_keys
test_lcs
test_dump_and_restore
test_dump_and_restore_and_replace
test_dump_and_restore_absttl
test_exists
test_exists_contains
test_expire
test_expire_option_nx
test_expire_option_xx
test_expire_option_gt
test_expire_option_lt
test_expireat_datetime
test_expireat_no_key
test_expireat_unixtime
test_expiretime
test_expireat_option_nx
test_expireat_option_xx
test_expireat_option_gt
test_expireat_option_lt
test_get_and_set
test_getdel
test_getex
test_getitem_and_setitem
test_getitem_raises_keyerror_for_missing_key
test_getitem_does_not_raise_keyerror_for_empty_string
test_get_set_bit
test_getrange
test_getset
test_incr
test_incrby
test_incrbyfloat
test_keys
test_mget
test_lmove
test_blmove
test_mset
test_msetnx
test_pexpire
test_pexpire_option_nx
test_pexpire_option_xx
test_pexpire_option_gt
test_pexpire_option_lt
test_pexpireat_datetime
test_pexpireat_no_key
test_pexpireat_unixtime
test_pexpireat_option_nx
test_pexpireat_option_xx
test_pexpireat_option_gt
test_pexpireat_option_lt
test_pexpiretime
test_psetex
test_psetex_timedelta
test_pttl
test_pttl_no_key
test_hrandfield
test_randomkey
test_rename
test_renamenx
test_set_nx
test_set_xx
test_set_px
test_set_px_timedelta
test_set_ex
test_set_ex_str
test_set_ex_timedelta
test_set_exat_timedelta
test_set_pxat_timedelta
test_set_multipleoptions
test_set_keepttl
test_set_get
test_setex
test_setnx
test_setrange
test_stralgo_lcs
test_stralgo_negative
test_strlen
test_substr
test_ttl
test_ttl_nokey
test_type
test_blpop
test_brpop
test_brpoplpush
test_brpoplpush_empty_string
test_blmpop
test_lmpop
test_lindex
test_linsert
test_llen
test_lpop
test_lpop_count
test_lpush
test_lpushx
test_lpushx_with_list
test_lrange
test_lrem
test_lset
test_ltrim
test_rpop
test_rpop_count
test_rpoplpush
test_rpush
test_lpos
test_rpushx
test_scan
test_scan_type
test_scan_iter
test_sscan
test_sscan_iter
test_hscan
test_hscan_iter
test_zscan
test_zscan_iter
test_sadd
test_scard
test_sdiff
test_sdiffstore
test_sinter
test_sintercard
test_sinterstore
test_sismember
test_smembers
test_smismember
test_smove
test_spop
test_spop_multi_value
test_srandmember
test_srandmember_multi_value
test_srem
test_sunion
test_sunionstore
test_debug_segfault
test_script_debug
test_zadd
test_zadd_nx
test_zadd_xx
test_zadd_ch
test_zadd_incr
test_zadd_incr_with_xx
test_zadd_gt_lt
test_zcard
test_zcount
test_zdiff
test_zdiffstore
test_zincrby
test_zlexcount
test_zinter
test_zintercard
test_zinterstore_sum
test_zinterstore_max
test_zinterstore_min
test_zinterstore_with_weight
test_zpopmax
test_zpopmin
test_zrandemember
test_bzpopmax
test_bzpopmin
test_zmpop
test_bzmpop
test_zrange
test_zrange_errors
test_zrange_params
test_zrangestore
test_zrangebylex
test_zrevrangebylex
test_zrangebyscore
test_zrank
test_zrem
test_zrem_multiple_keys
test_zremrangebylex
test_zremrangebyrank
test_zremrangebyscore
test_zrevrange
test_zrevrangebyscore
test_zrevrank
test_zscore
test_zunion
test_zunionstore_sum
test_zunionstore_max
test_zunionstore_min
test_zunionstore_with_weight
test_zmscore
test_pfadd
test_pfcount
test_pfmerge
test_hget_and_hset
test_hset_with_multi_key_values
test_hset_with_key_values_passed_as_list
test_hset_without_data
test_hdel
test_hexists
test_hgetall
test_hincrby
test_hincrbyfloat
test_hkeys
test_hlen
test_hmget
test_hmset
test_hsetnx
test_hvals
test_hstrlen
test_sort_basic
test_sort_limited
test_sort_by
test_sort_get
test_sort_get_multi
test_sort_get_groups_two
test_sort_groups_string_get
test_sort_groups_just_one_get
test_sort_groups_no_get
test_sort_groups_three_gets
test_sort_desc
test_sort_alpha
test_sort_store
test_sort_all_options
test_sort_ro
test_sort_issue_924
test_cluster_addslots
test_cluster_count_failure_reports
test_cluster_countkeysinslot
test_cluster_delslots
test_cluster_failover
test_cluster_forget
test_cluster_info
test_cluster_keyslot
test_cluster_meet
test_cluster_nodes
test_cluster_replicate
test_cluster_reset
test_cluster_saveconfig
test_cluster_setslot
test_cluster_slaves
test_readwrite
test_readonly_invalid_cluster_state
test_readonly
test_geoadd
test_geoadd_nx
test_geoadd_xx
test_geoadd_ch
test_geoadd_invalid_params
test_geodist
test_geodist_units
test_geodist_missing_one_member
test_geodist_invalid_units
test_geohash
test_geopos
test_geopos_no_value
test_old_geopos_no_value
test_geosearch
test_geosearch_member
test_geosearch_sort
test_geosearch_with
test_geosearch_negative
test_geosearchstore
test_geosearchstore_dist
test_georadius
test_georadius_no_values
test_georadius_units
test_georadius_with
test_georadius_count
test_georadius_sort
test_georadius_store
test_georadius_store_dist
test_georadiusmember
test_georadiusmember_count
test_xack
test_xadd
test_xadd_nomkstream
test_xadd_minlen_and_limit
test_xadd_explicit_ms
test_xautoclaim
test_xautoclaim_negative
test_xclaim
test_xclaim_trimmed
test_xdel
test_xgroup_create
test_xgroup_create_mkstream
test_xgroup_create_entriesread
test_xgroup_delconsumer
test_xgroup_createconsumer
test_xgroup_destroy
test_xgroup_setid
test_xinfo_consumers
test_xinfo_stream
test_xinfo_stream_full
test_xlen
test_xpending
test_xpending_range
test_xpending_range_idle
test_xpending_range_negative
test_xrange
test_xread
test_xreadgroup
test_xrevrange
test_xtrim
test_xtrim_minlen_and_length_args
test_bitfield_operations
test
test_bitfield_ro
test_memory_help
test_memory_doctor
test_memory_malloc_stats
test_memory_stats
test_memory_usage
test_latency_histogram_not_implemented
test_latency_graph_not_implemented
test_latency_doctor_not_implemented
test_latency_history
test_latency_latest
test_latency_reset
test_module_list
test_command_count
test_command_docs
test_command_list
test_command_getkeys
test_command
test_command_getkeysandflags
test_module
test_module_loadex
test_restore
test_restore_idletime
test_restore_frequency
test_replicaof
test_shutdown
test_shutdown_with_params
test_sync
test_psync
test_binary_get_set
test_binary_lists
test_22_info
test_large_responses
test_floating_point_encoding