bytes | Package bytes implements functions for the manipulation of byte slices. |
crypto/sha1 | Package sha1 implements the SHA-1 hash algorithm as defined in RFC 3174. |
encoding/hex | Package hex implements hexadecimal encoding and decoding. |
errors | Package errors implements functions to manipulate errors. |
fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
gopkg.in/redis.v5/internal | |
gopkg.in/redis.v5/internal/consistenthash | |
gopkg.in/redis.v5/internal/hashtag | |
gopkg.in/redis.v5/internal/pool | |
gopkg.in/redis.v5/internal/proto | |
io | Package io provides basic interfaces to I/O primitives. |
log | Package log implements a simple logging package. |
math/rand | Package rand implements pseudo-random number generators suitable for tasks such as simulation, but it should not be used for security-sensitive work. |
net | Package net provides a portable interface for network I/O, including TCP/IP, UDP, domain name resolution, and Unix domain sockets. |
strconv | Package strconv implements conversions to and from string representations of basic data types. |
strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |
sync | Package sync provides basic synchronization primitives such as mutual exclusion locks. |
sync/atomic | Package atomic provides low-level atomic memory primitives useful for implementing synchronization algorithms. |
time | Package time provides functionality for measuring and displaying time. |