scufflecloud_
redis_
module
0.1.0
__
command__
quota_
free
Fields
marker
Trait Implementations
RedisCommand
In scufflecloud_
redis_
module::
quota
scufflecloud_redis_module
::
quota
Struct
__command__quota_free
Copy item path
Source
#[doc(hidden)] struct __command__quota_free { marker:
PhantomData
<
()
>, }
Fields
§
§
marker:
PhantomData
<
()
>
Trait Implementations
§
Source
§
impl
RedisCommand
for
__command__quota_free
Source
§
const
NAME
: &'static
CStr
= "quota.free"
Source
§
fn
flags
(ctx: &
Context
) ->
Vec
<
CommandFlag
>
Source
§
fn
command_info
(_: &
Context
) ->
RedisModuleCommandInfo
Source
§
fn
invoke
(ctx: &
Context
, args:
CommandArgs
) ->
RedisResult
Source
§
fn
invoke_raw
( ctx:
*mut
RedisModuleCtx
, argv:
*mut
*mut
RedisModuleString
, argc:
i32
, ) ->
i32
Source
§
fn
register
(ctx: &
Context
) ->
Result
<
()
,
RedisError
>