Skip to content

Commit

Permalink
comments
Browse files Browse the repository at this point in the history
  • Loading branch information
kostasrim committed Jan 8, 2025
1 parent 898e784 commit 375db9a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
5 changes: 0 additions & 5 deletions src/server/geo_family.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@

#include "server/common.h"

namespace facade {
class SinkReplyBuilder;
} // namespace facade

namespace dfly {

class CommandRegistry;
Expand All @@ -20,7 +16,6 @@ struct CommandContext;
class GeoFamily {
public:
static void Register(CommandRegistry* registry);
using SinkReplyBuilder = facade::SinkReplyBuilder;

private:
static void GeoAdd(CmdArgList args, const CommandContext& cmd_cntx);
Expand Down
1 change: 1 addition & 0 deletions src/server/zset_family.h
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ class ZSetFamily {
using SinkReplyBuilder = facade::SinkReplyBuilder;
template <typename T> using OpResult = facade::OpResult<T>;

// Used by GeoFamily also
static void ZAddGeneric(std::string_view key, const ZParams& zparams, ScoredMemberSpan memb_sp,
Transaction* tx, SinkReplyBuilder* builder);

Expand Down

0 comments on commit 375db9a

Please sign in to comment.