chore(tiering): Move files and move kb literal to common (#2868)

Signed-off-by: Vladislav Oleshko <vlad@dragonflydb.io>
This commit is contained in:
Vladislav 2024-04-11 16:37:29 +03:00 committed by GitHub
parent 2a4d3ae08e
commit 5979fd1cb9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
20 changed files with 80 additions and 59 deletions

View file

@ -46,6 +46,7 @@ extern "C" {
#include "server/serializer_commons.h"
#include "server/server_state.h"
#include "server/set_family.h"
#include "server/tiering/common.h" // for _KB literal
#include "server/transaction.h"
#include "strings/human_readable.h"
@ -61,6 +62,7 @@ using nonstd::make_unexpected;
using namespace util;
using absl::GetFlag;
using rdb::errc;
using namespace tiering::literals;
namespace {