Skip to content

Commit

Permalink
renamed server_events to srv_events, would not load otherwise
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitry Polyakovsky committed Apr 11, 2024
1 parent 68e7e41 commit d9fe5ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/server_events.rs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ fn num_maxmemory_changes(_ctx: &Context, _args: Vec<RedisString>) -> RedisResult
//////////////////////////////////////////////////////

redis_module! {
name: "server_events",
name: "srv_events",
version: 1,
allocator: (redis_module::alloc::RedisAlloc, redis_module::alloc::RedisAlloc),
data_types: [],
Expand Down

0 comments on commit d9fe5ef

Please sign in to comment.