Skip to content

Rename internal struct and function names (redisCommand, redisDb, etc.) #144

Description

@zuiderkwast

Internal struct and function names. Replace "redis" => "server". This isn't really a trademark problem. We just want to make the code a little more Redis agnostic.

Note 1: We shouldn't change deps/hiredis/ (redisContext, redisCommand(), redisBufferWrite(),
etc.) since it's a vendored dependency. If we want to change it, it should probably be by forking it and vendoring the forked dependency instead.

Note 2: Don't change the module API here. See #146.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Fields

No fields configured for issues without a type.

Projects

Status
Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions