-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathNAMESPACE
38 lines (37 loc) · 907 Bytes
/
NAMESPACE
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
# Generated by roxygen2: do not edit by hand
S3method(print,redis_api)
S3method(print,redis_commands)
S3method(print,redis_config)
S3method(print,redis_connection)
S3method(print,redis_status)
export(bin_to_object)
export(driver_redis_api)
export(format_redis_time)
export(from_redis_hash)
export(hiredis)
export(object_to_bin)
export(object_to_string)
export(parse_info)
export(parse_redis_url)
export(redis)
export(redis_api)
export(redis_available)
export(redis_config)
export(redis_connection)
export(redis_info)
export(redis_multi)
export(redis_scripts)
export(redis_time)
export(redis_time_to_r)
export(redis_version)
export(scan_apply)
export(scan_del)
export(scan_find)
export(storr_redis_api)
export(string_to_object)
importFrom(R6,R6Class)
importFrom(stats,setNames)
importFrom(utils,URLdecode)
importFrom(utils,capture.output)
importFrom(utils,modifyList)
useDynLib(redux, .registration = TRUE)