Southclaws/pawn-redis

Implement get/set for the core 4 types

Southclaws opened this issue · 0 comments

Get/Set for ints, floats and strings

  • Redis_SetString

  • Redis_GetString

  • Redis_SetInt

  • Redis_GetInt

  • Redis_SetFloat

  • Redis_GetFloat

  • arrays will probably come later, maybe as arrays of ints, arrays of floats and multidimensional arrays